handle PSO font characters properly

This commit is contained in:
Martin Michelsen
2024-04-07 13:03:11 -07:00
parent e141642dd6
commit f05dc6d9f9
5 changed files with 142 additions and 12 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/bin/sh
set -e
SCHEME=$1
EXECUTABLE="$2"
if [ "$EXECUTABLE" == "" ]; then
EXECUTABLE="./newserv"
fi
echo "... decode-sjis"
$EXECUTABLE decode-sjis tests/custom-sjis.txt tests/custom-sjis.utf8.txt
echo "... encode-sjis"
$EXECUTABLE encode-sjis tests/custom-sjis.utf8.txt tests/custom-sjis.recoded.txt
diff tests/custom-sjis.txt tests/custom-sjis.recoded.txt
echo "... clean up"
rm tests/custom-sjis.utf8.txt tests/custom-sjis.recoded.txt
+2
View File
@@ -0,0 +1,2 @@
These are all the custom characters: ð@ðAðBðCðDðEðFðGðHðIðJðKðLðMðNðOðPðQðRðSðTðUðVðWðXðYðZð[ð\ð]ð^ð_ð`ðaðbðcðd
That's all of them.