Page 2 of 2

Posted: Tue Jul 11, 2006 3:48 pm
by garvinhicking
I also committed the language files to SVN trunk a while ago.

There the UTF-8 file was auto-generated by me using iconv. Don't know if that works :)

Regards,
Garvin

Posted: Tue Jul 11, 2006 4:02 pm
by oxygenws
i uploaded the utf8 Arabic language here for you... some of its lines corrupted, check, you can find them...
http://rapidshare.de/files/25545756/ser ... m.bz2.html

Posted: Tue Jul 11, 2006 5:30 pm
by Way
Just needs change this line
@define('LANG_CHARSET', 'cp1256');


to be

@define('LANG_CHARSET', 'utf-8');

Posted: Tue Jul 11, 2006 5:43 pm
by oxygenws
some tips.
1- change all "?"s to "؟" character. (take care of <?php and ?> )
2- change all "," characters to "،" character. (take care of seperators of parameteres of "define"s) (specially the "," characters in the DATE format string.

if you want, i built exactly what you want and can send this to you (or upload in trunk of s9y or ...)

regards.

Posted: Tue Jul 11, 2006 11:43 pm
by Way
oxygenws wrote: if you want, i built exactly what you want and can send this to you (or upload in trunk of s9y or ...)
regards.
Yes excellent solution sir
regards

Posted: Wed Jul 12, 2006 8:13 am
by oxygenws
i will email the arabic language file for you, please install and check it yourself, then i will upload it to trunk.

Garvin, i think iconv doesn't support languages like persian or arabic (i tested it and could not!!)

Posted: Wed Jul 12, 2006 9:47 am
by garvinhicking
Hi!
Garvin, i think iconv doesn't support languages like persian or arabic (i tested it and could not!!)
Okay, no problem. Would you commit the new arabic files to SVN then?

Best regards,
Garvin

Posted: Wed Jul 12, 2006 12:20 pm
by oxygenws
sure, dear Garvin

Posted: Wed Jul 12, 2006 5:04 pm
by Way
oxygenws wrote:i will email the arabic language file for you, please install and check it yourself, then i will upload it to trunk.
Well, Something good
1- It works nice , But I would like you to see from your browser
2- some corrupted text, I think due to previous data in the database
3- the control panel is fine except 2 things
This massage appears .
.

Code: Select all

Warning: Cannot modify header information - headers already sent by (output started at /home/arabi/public_html/s9/lang/UTF-8/serendipity_lang_sa.inc.php:1) in /home/arabi/public_html/s9/serendipity_admin.php on line 11

And the Admin template become very wide
.
I will continue to check that
Best regards
Way

Posted: Thu Aug 03, 2006 10:21 am
by oxygenws
1- It works nice , But I would like you to see from your browser
link please??
3- the control panel is fine except 2 things
it is because of some hexadecimal characters at first of your file. no problem for now.