I was wondering… there are Graham’s extensions to go from unicode names (“unicode Hebrew letter alef”) or numerical values (“unicode 321”) to a single character, but is there a way to go back? To get a unicode numerical value from an actual character?
Or just getting ascii for characters that are “plain”, that would work too.
// Peter
PS. MTW’s threat to kick me off our google group worked! I’m back writing I7 again, and I haven’t forgotten it all.
The I7 type “unicode character” is internally an integer. So that conversion is trivial. I don’t remember off-hand how to extract a character from a text.