O.P. RE: Unicode string to hex not working
but i don't get it then, this function is made by CookieRevised and it worked in the beginning... Now it's not working... it was supposed to add to the "newstring" string the first high order byte and then the low order one of the char... "sigh" is equal to this:" 0x73 0x00 0x69 0x00 0x67 0x00 0x68 0x00 " or this:" \x73\x69\x67\x68" and that's why the every char of the string is being divided into the high order byte and low order one (which should be the 0x00 part of the byte string not the terminating character XD). Did you get it already? But thanks for explaining me why the 'newstring' was always the first letter of the unicode string, I hadn't thought about it.
|