i m trying to convert dos font words to windows and i dont know how many numbers should i add to the ascii value of the letter any code would help
10x
Printable View
i m trying to convert dos font words to windows and i dont know how many numbers should i add to the ascii value of the letter any code would help
10x
The ASCII value of letters is independent of font or operating system. These merely let the computer know how to handle the codes and render the visible representations.
ASCII is the American Standard Code for Information Interchange.
e.g. "A" is always 65.
Cheers,
Paul.
10x
i solved the problem
If it wasn't ASCII values, what was it then? You've got me intrigued.
P.