A
AlJones
Okay, I've been here before - and still have a problem I can't work out.
When I read a piece of the font file, a variable length string, for example
the designer or the copyright, it may contain ascii text, unicode
characters, or extended characters (Chinese, for example).
Does anyone have or know of a way to:
1) determine the type of character data containted in the string?
2) convert it to unicode if it's cconvertable?
Hope that's seld explanatory, if not ask and I'll give code / examples.
//al
When I read a piece of the font file, a variable length string, for example
the designer or the copyright, it may contain ascii text, unicode
characters, or extended characters (Chinese, for example).
Does anyone have or know of a way to:
1) determine the type of character data containted in the string?
2) convert it to unicode if it's cconvertable?
Hope that's seld explanatory, if not ask and I'll give code / examples.
//al