diff options
author | Max <post@wickenrode.com> | 2015-02-01 20:19:52 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-02-01 20:19:52 +0100 |
commit | 60a5d64518f09af80059e2e293849ff6b0d6be75 (patch) | |
tree | 9e59d6560bcdf256d9fcb363cd93993c40ff3235 /Interfaces/English.lproj | |
parent | c25bb060a197deecc79dac86e24df8246a87db71 (diff) | |
download | sequelpro-60a5d64518f09af80059e2e293849ff6b0d6be75.tar.gz sequelpro-60a5d64518f09af80059e2e293849ff6b0d6be75.tar.bz2 sequelpro-60a5d64518f09af80059e2e293849ff6b0d6be75.zip |
Change lexer definition of high bytes.
flex does not(*) support UTF-8, therefore
alpha [a-z_\.À-゚]
has always been interpreted by flex as
alpha [a-z_\.\xC3\x80-\xEF\xBE\x9F]
I assume this is not what was indetend and the only reason it worked, is because C3 (195),BE (190) and 9F (159) are already covered by 80-EF (128-239). Incidentally this range would also cover the whole Unicode BMP in UTF8.
This change should make it more obvious.
(*) There were some patches in 2012 and 2014 but they don't seem to have been merged.
Diffstat (limited to 'Interfaces/English.lproj')
0 files changed, 0 insertions, 0 deletions