"Fredrick Paul Eisele" <[EMAIL PROTECTED]> writes:

> We are using v1.7 and v2.1 with perl 5.8
> The only problem we have is that the unicode problem I reported is
> still there (drat!).
> 
> By the way the problem is while using pack and unpack with unicode.
> While this isn't strictly a xerces problem if xerces could be
> coerced into returning non-unicode strings the problem could be
> dealt with.  (Hmmm, maybe I should write a function that coerces
> unicode strings into non-unicode.)

Hey Frederick Paul,

What is the problem? I don't remember seeing it...

Since Xerces only returns Unicode strings (UTF-16), I have to convert
to Perl Unicode strings (UTF-8). 

I could present some kind of interface that would check the string to
see if there were any high-order bits set and only return a UTF8
string in that case. Perhaps turned on by a global package variable or
something.

jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to