Skip to Content
0
Apr 23, 2009 at 10:48 AM

Error when extracting MessagePool Message via getTextAccessor()

15 Views

Hi all,

Our client has migrating from WAS 6.4 to WAS 7.0 SP18.

So I am developping with Developer Studio 7.0.18 and deploying WD application on "Developer Workplace SR3"

This WD application contains Internationalized messages translated from English to French and German languages.

Translation into French language raises a problem:

Apostrophes char are not displayed when it is extracted via method:

String s = wdComponentAPI.getTextAccessor().getText(labelKey);

--> "numéro

d'ordre

" is displayed "numéro

dordre

"
Other special char are correctly displayed (like 'é' or 'è', etc.)

For displaying correctly this message, I eventually can add a second '
--> "numéro d''ordre" would be displayed "numéro d'ordre"

But I'd rather know if there is a true solution.

Best Regards,

Radouane SBAA