mirror of
https://github.com/Dushistov/sdcv.git
synced 2025-12-16 01:41:55 +00:00
0.4.2 release
This commit is contained in:
11
tests/t_utf8output
Executable file
11
tests/t_utf8output
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
export LANG=ru_RU.KOI8-R
|
||||
unset SDCV_PAGER
|
||||
|
||||
if ! ../src/sdcv -n --utf8-output man | tail -n -1 | iconv -f utf-8 -t utf-8 >/dev/null; then
|
||||
echo "utf8 output didn't work" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user