Hello everyone,
Currently I have written a program that will take user input from a html textbox and check it against a list of valid IDs contained in a .txt file.
The problem I have now is:
the IDs in the .txt file are all in unicode, however Im using a Japanese computer (OS, Keyboard, etc) which uses the JIS character set. Is there a way to convert the JIS characters that will be entered by the user to unicode before the check is preformed?
Thanks,
Currently I have written a program that will take user input from a html textbox and check it against a list of valid IDs contained in a .txt file.
The problem I have now is:
the IDs in the .txt file are all in unicode, however Im using a Japanese computer (OS, Keyboard, etc) which uses the JIS character set. Is there a way to convert the JIS characters that will be entered by the user to unicode before the check is preformed?
Thanks,