> "Fredrick Paul Eisele" <[EMAIL PROTECTED]> writes: <chop/>
> Yes, as Andreas pointed out Unicode support works but has bugs in > 5.6.1. But as far as I can tell, it works flawlessly in 5.7.2. > > First, if anyone wants to use Unicode seriously (including > ISO-8859-1), I would suggest that you upgrade to Perl-5.7.2. > > Second I'm happy to add in some kind of support to Xerces to controls > the global behavior of transcoding. Xerces-P already has a ISO-8859-1 > transcoder built into, but I just don't use it. So there could easily > be a global variable that any user can set that controls whether > Unicode is used or not. I may still do this. But, it seems that using.. use bytes; Clears up the problems. Hopefully, at least until 5.7.X is blessed. > Understand however, that this is rather low on my priority list. If > either you or Harwin would like to modify the code, I'd be happy to > test it and include it in the next XML::Xerces snapshot. The code that > you need is all in typemaps.i. You can find an example of how to get > SWIG to wrap a C variable for Perl in Xerces.i: <slash/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
