question about BText and international signs

Thorsten Möller <[email protected]>
Newsgroups gmane.comp.java.enhydra.barracuda.general
Message-ID <001b01c39ed5$5554a860$33d71e8d@Thoro>
Hi again!

If you have a text with international signs and call
"setAllowMarkupInText(true)" international signs will not get replaced by
the entities, for example:

String text = "ü";
BText bt = new BText(text);
bt.setAllowMarkupInText(true);

The node contains the text "ü" but should contain "&uuml;". Don't setting
"setAllowMarkupInText(true)" works and the node contains "&uuml;"
If this is a normal behaviour there should be at least a note in the Javadoc
telling you to use entities for international signs when call
"setAllowMarkupInText(true)".

BTW: wouldn't it be nice to have a bug tracking system like Bugzilla on the
project.

Regards,
Thorsten
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.