mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-28 11:31:58 +00:00
Fix PCW encoding
This commit is contained in:
parent
632bb0c994
commit
0b948f801d
@ -6,7 +6,7 @@ EOT=00
|
||||
21-3f=!"#$%&'()*+,-./0123456789:;<=>?
|
||||
40-5f=@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_
|
||||
60-7e=`abcdefghijklmnopqrstuvwxyz{|}~
|
||||
80-8f=◾︎╧╟╚╤║╔╠╢╝═╩╗╣╦╬
|
||||
80-8f=◾╧╟╚╤║╔╠╢╝═╩╗╣╦╬
|
||||
90-9f=·╵╶└╷│┌├╴┘─┴┐┤┬┼
|
||||
a0-af=ªº°£©¶§†¼½¾«»₧¿¡
|
||||
b0-bf=ƒ¢¨´ˆ‰⅛⅜⅝⅞ß○•¥®™
|
||||
|
@ -43,6 +43,7 @@ class EncodingSanitySuite extends FunSuite with Matchers {
|
||||
case _ =>
|
||||
|
||||
}
|
||||
log.assertNoErrors("No errors")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user