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
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
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