bug 984176 wrong arabic UTF-8 encoding

This commit is contained in:
Marc Delisle
2004-07-07 14:16:57 +00:00
parent f96f458f18
commit ec7e4357de
3 changed files with 634 additions and 630 deletions

View File

@@ -46,12 +46,14 @@ case "$1" in
;;
--recode)
echo Using recode on user request
echo '(please use iconv for arabic)'
CONVERTOR=recode
CONVERTOR_PARAMS=" -f %s..%s"
shift
;;
*)
echo Using recode as default, force with --iconv/--recode
echo '(please use iconv for arabic)'
CONVERTOR=recode
CONVERTOR_PARAMS=" -f %s..%s"
;;