C
Carl
Hi,
The problem I am having is with chart 2 ASCII character codes, 128 and
greater). The following line makes chars 128 in a byte array and greater
vanish or turn into squares in the string:
string str = Encoding.UTF8.GetString (bytes, 0, byte.Length-1);
Any suggestions appreciated,
Carl.
The problem I am having is with chart 2 ASCII character codes, 128 and
greater). The following line makes chars 128 in a byte array and greater
vanish or turn into squares in the string:
string str = Encoding.UTF8.GetString (bytes, 0, byte.Length-1);
Any suggestions appreciated,
Carl.