Hi,
I would like to read in a Unicode text file and parse it character by character to do some conversions. The file will have Unicode text (such as Hebrew letters),
punctuation (such as periods, commas and numbers 123..), as well as English text.
1) How do I "pop" a character one at a time and
2) find out what it is,(ie the Hebrew letter aleph is Unicode "05d0" how do I compare the letter I pop to find out if it is an Aleph)
Thank you,
I would like to read in a Unicode text file and parse it character by character to do some conversions. The file will have Unicode text (such as Hebrew letters),
punctuation (such as periods, commas and numbers 123..), as well as English text.
1) How do I "pop" a character one at a time and
2) find out what it is,(ie the Hebrew letter aleph is Unicode "05d0" how do I compare the letter I pop to find out if it is an Aleph)
Thank you,