Re: [xwt-users] syntax for unicode usage in xwt

David Crawshaw <[email protected]> Sat, 10 Jan 2004 21:34:43 +1000
Newsgroups gmane.comp.java.xwt.users
Message-ID <[email protected]>
On 08/01/2004, at 8:40 AM, Mattias Bor=E9n wrote:
> what's the proper syntax=A0for useing unicode characters in xwt?

Not quite sure what you mean by syntax. The parser can handle almost=20
any Unicode character in the XML file, except for combined chars. The=20
TrueType font engine is designed to handle Unicode characters, but only=20=

provides pre-rendering for Latin characters.

If you run into any trouble embedding unicode characters into your=20
template files, log a bug. I've done very little work with non-Latin=20
characters, but I'll take a look.

If combined-chars turn out to be in active use somewhere, I'll add=20
support for them in the parser. I just skipped them because they were a=20=

pain at the time for predictive processing.

d