mirror of
https://github.com/KarolS/millfork.git
synced 2025-08-15 19:27:22 +00:00
Fix PCW encoding
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user