Re: Printing Unicode from XS

2004-05-14 Thread Erland Sommarskog
Nick Ing-Simmons ([EMAIL PROTECTED]) writes: > As far as you are concerned PerlIO_stderr() is either ready to accept > UTF-8 when you don't have a problem, (other than UTF-8 encoding chars) > or it is "still" in native mode - presumably some code page or other. Or it has been set to utf16-le or

Re: Printing Unicode from XS

2004-05-10 Thread Nick Ing-Simmons
Erland Sommarskog <[EMAIL PROTECTED]> writes: >I have to admit that I have not completely researched what the documentation >has to say, but this is not only a question on how, but also on which way >to take. > >I'm working on an XS module that will interact with the SQL Server OLE DB >Provider, th

Printing Unicode from XS

2004-04-25 Thread Erland Sommarskog
I have to admit that I have not completely researched what the documentation has to say, but this is not only a question on how, but also on which way to take. I'm working on an XS module that will interact with the SQL Server OLE DB Provider, thus it will run on Windows only. The intention is tha