6 Commits

Author SHA1 Message Date
Gordon Williams
aa64b17d4f Much improved UTF8 support
* if we're not given a valid UTF8 code sequence then we don't lex the string as UTF8 (more compatible with old code)
* If we got non-ASCII chars and *then* a proper UTF8 code, convert all previous chars
* String.join/split fixed for UTF8
2023-06-16 16:24:28 +01:00
Gordon Williams
7895d34b2d update test - now fails 2022-05-11 15:54:23 +01:00
Gordon Williams
f82ed15749 Fix g.wrapString if string ends with a bitmap
g.wrapString now splits long words if they are too long for a line
2022-02-10 10:56:16 +00:00
Gordon Williams
2002ab6519 fixing tests that weren't quite right 2021-11-03 09:27:57 +00:00
Gordon Williams
8581ba2097 fix wrapString issue 2021-10-18 11:55:21 +01:00
Gordon Williams
9264a22f63 adding tests 2021-10-07 10:47:36 +01:00