Try this
hack = document.createElement('span');
hack.innerHTML="${uiLabelMap.PartyFirstName}";
alert(hack.innerHTML);
Jacques
From: "S. Hage" <
[hidden email]>
>
> Hi all,
>
> alert("${uiLabelMap.PartyFirstName}") in javascript not displaying the
> french accent correctly. The problem happen just when using map-name like
> uiLabelMap. If we put the accent directly in the alert then everything is
> fine, alert ("Prénom") display the accent char correctly.
>
> Any help is appreciated
>
> Thanks in advance
>
> SH.
> --
> View this message in context:
http://www.nabble.com/alert-in-javascript-not-displaying-the-accents-tp24985114p24985114.html> Sent from the OFBiz - Dev mailing list archive at Nabble.com.
>
>