bug 984176 wrong arabic UTF-8 encoding
This commit is contained in:
@@ -7,6 +7,8 @@ $Source$
|
|||||||
|
|
||||||
2004-07-07 Marc Delisle <lem9@users.sourceforge.net>
|
2004-07-07 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* main.php: bug 984136, wrong alignment in RTL languages
|
* 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>
|
2004-07-06 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/export/xls.php: enable user to specify './tmp' as the
|
* libraries/export/xls.php: enable user to specify './tmp' as the
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -46,12 +46,14 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
--recode)
|
--recode)
|
||||||
echo Using recode on user request
|
echo Using recode on user request
|
||||||
|
echo '(please use iconv for arabic)'
|
||||||
CONVERTOR=recode
|
CONVERTOR=recode
|
||||||
CONVERTOR_PARAMS=" -f %s..%s"
|
CONVERTOR_PARAMS=" -f %s..%s"
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo Using recode as default, force with --iconv/--recode
|
echo Using recode as default, force with --iconv/--recode
|
||||||
|
echo '(please use iconv for arabic)'
|
||||||
CONVERTOR=recode
|
CONVERTOR=recode
|
||||||
CONVERTOR_PARAMS=" -f %s..%s"
|
CONVERTOR_PARAMS=" -f %s..%s"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user