1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-22 00:17:03 +00:00

CoCo: encconv support

This commit is contained in:
Karol Stasiak
2020-07-31 16:07:10 +02:00
parent 2c9a3f7cbd
commit d77ecba518
6 changed files with 73 additions and 4 deletions
+1
View File
@@ -151,6 +151,7 @@ The exact value of `{nullchar}` is encoding-dependent:
* in the `petscr` and `petscrjp` encodings it's `{xe0}`,
* in the `atasciiscr` encoding it's `{xdb}`,
* in the `pokemon1*` encodings it's `{x50}`,
* in the `cocoscr` encoding it's exceptionally two bytes: `{xd0}`
* in the `utf16be` and `utf16le` encodings it's exceptionally two bytes: `{x00}{x00}`
* in other encodings it's `{x00}` (this may be a subject to change in future versions).