Idiomatically determine all the characters that can be used for symbols: Difference between revisions

m
Line 403:
2nd..nth char: 181 no good, 75 OK �0123456789;ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyzÇêöÜú╗╬¤Ô
</pre>
It is of course a completely different matter to determine what (utf8) unicode characters can be constructed from those bytes...
 
Note that ptok.e (part of the compiler) currently contains the following:
<lang Phix>charset[#80] = LETTER -- more unicode
7,805

edits