Page 1 of 1

Kanji encoding

Posted: Thu Dec 21, 2006 12:53 am
by Zelgadis3
Hi, i'm developing a client and i'm having some trouble with the ANIME and EPISODE commands.
In the response, fields that should come in Kanji, return a series of question marks (??????).
I tried to decode the byte array with every encoding, but none worked.. i'm lost :?

I'm using C# 2.0, any ideas??
Thanks

Posted: Thu Dec 21, 2006 9:07 am
by epoximator
use enc=utf8 in the auth string

Posted: Thu Dec 21, 2006 10:02 pm
by Zelgadis3
Awesome, that did it

Thanks a lot!! :D