Hi! I'd like to use unicode (utf-8) identifiers and for this I simply patched the CharInfo in Lexer.cpp to contain CHAR_LETTER for characters 128 to 255. Is this simple solution different from what the standard requires and if yes, what would be the correct solution for UCN (universal character name) identifiers? -Jochen