Search Results

2
votes

Transferring extended ascii characters with unknown encoding to a Twisted XMLRPC from C#

I don't think there is really a better way then base64 encoding. As long as you do not know the encoding, you have no other possibility as to handle it as a byte array. The only change I would sugg …
4
votes

Read Csv file encoding error

Try using CharacterSet=UNICODE in your schema.ini file. Although this is not documented on MSDN it wo …