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

@@ -7,6 +7,8 @@ $Source$
2004-07-07 Marc Delisle <lem9@users.sourceforge.net>
* main.php: bug 984136, wrong alignment in RTL languages
* lang/arabic-utf-8, lang/sync_lang.sh: bug 984176, wrong encoding
for arabic UTF-8. sync with --iconv works.
2004-07-06 Marc Delisle <lem9@users.sourceforge.net>
* libraries/export/xls.php: enable user to specify './tmp' as the

File diff suppressed because it is too large Load Diff

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"
;;