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 "ü". Don't setting "setAllowMarkupInText(true)" works and the node contains "ü" 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