2002 JI Open Discussion Posted August 18, 2006 Share Posted August 18, 2006 By: Ha Hieu - hieuhn insert unicode in XML file? 2003-10-03 20:37 I design jasper XML, I want use to display unicode letter in staticText i use <text>u1ED8a chi cá®h⦬t;/text> but it not compile,do you help me to use Unicode letter in XML design? By: Teodor Danciu - teodord RE: insert unicode in XML file? 2003-10-05 04:22 Hi, Transform the static text into a text field and use this as its expression: <textFieldExpression>"u1ED8a chi cá®h⦱uot;</textFieldExpression> You might also have to chage the encoding of the XML to "ISO-8859-1". I hope this helps. Teodor By: Ha Hieu - hieuhn RE: insert unicode in XML file? 2003-10-05 19:36 Thank for your help. my problem have beeb solved with your help, i modify like that: type unicode letter i want; save XML file in unicode format; compile it to .jasper Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now