8-bit characters in identifiers
- Posted by Christian.CUVIER at agriculture.gouv.fr Sep 26, 2002
- 440 views
=09Just a little question I'm afraid I already know the answer. =09In French, as in a most european languages, we have a few accented letters.I just tried include get.e integer i=E0 --a with grave accent i=E0=3Dwait_key() and got an unexoected "Function must be assigned or used", the caret pointing the =E0 character in declaration. This character was displayed as o acute, not too surprisingly. =09Is it a good guess that the 128-to-255 chars are involved in tokenizing to internal form? =09Is support for so-called foreign character sets planned in any future, or can it be turned on somehow? =09Regards. =09CChris