Hi Bruno, More details:
Pil32: /*** Case mappings from the GNU Kaffe Project ***/ #define CHAR_UPPERCASE 1 #define CHAR_LOWERCASE 2 #define CHAR_LETTER 62 #define CHAR_DIGIT 512 Pil64: # Case mappings from the GNU Kaffe Project (equ CHAR_UPPERCASE 1) (equ CHAR_LOWERCASE 2) (equ CHAR_LETTER 62) (equ CHAR_DIGIT 512) So this shows its using casing information built into unicode. But Alex can explain more better and reliable ;) BR, geo -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
