Hi, I have a text file which I want to read and display in a browser, to display the text I have to convert the character set from hexadecimal values 80 - 9A to E0 - FA,
bascicaly adding 60 (hex) to each charater before displaying it in the browser, what would be the best way to convert the string? Code example appriciated.
Thanks for any help
bascicaly adding 60 (hex) to each charater before displaying it in the browser, what would be the best way to convert the string? Code example appriciated.
Thanks for any help