bug 984176 wrong arabic UTF-8 encoding
This commit is contained in:
@@ -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"
|
||||
;;
|
||||
|
Reference in New Issue
Block a user