add transcode-text action
This commit is contained in:
@@ -8,9 +8,9 @@ if [ -z "$EXECUTABLE" ]; then
|
||||
fi
|
||||
|
||||
echo "... decode-sjis"
|
||||
$EXECUTABLE decode-sjis tests/custom-sjis.txt tests/custom-sjis.utf8.txt
|
||||
$EXECUTABLE transcode-text --from=sjis --to=utf8 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
|
||||
$EXECUTABLE transcode-text --from=utf8 --to=sjis tests/custom-sjis.utf8.txt tests/custom-sjis.recoded.txt
|
||||
|
||||
diff tests/custom-sjis.txt tests/custom-sjis.recoded.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user