Skip to content

Commit 7fb845f

Browse files
committed
Fix uni2ascii options, do not output hex codes
1 parent 63933d8 commit 7fb845f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-uncommit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ die() {
3131

3232
toascii() {
3333
if which uni2ascii >/dev/null 2>&1; then
34-
uni2ascii -qeB
34+
uni2ascii -qBP
3535
else
3636
cat
3737
fi

0 commit comments

Comments
 (0)