For reasons I'd rather not get into, I need more than 256 unique characters. I don't have to see them, I just need to compare them, and they can only be one character long.
Thus, I can compare chr(2) to chr(5) and though they LOOK the same, they will be different. So, everything is fine if I have only 256 unique pieces of information ... but I have around a 1000 ... or more.
So ... I need some way to get a unique character in addition to the 256 that chr provides. For example, Chinese characters would work ... (I think) ... how would I get hold of them though?
Thoughts?


