Page 1 of 1

Japanese

Posted: Sat Nov 08, 2003 3:07 pm
by tim
Alas seredipity does not support Japanese. There is someone attempting to use it in Japan but he (a japanese guy) says that it is not compatible.
He says you are using
utf8_encode()
which is ISO-8859-1 transeferred to utf_8.

Sadnessss. I want to use this but alas I need Japanese.

Posted: Sat Nov 08, 2003 9:09 pm
by dand
Indeed -- I haven't tried posting in Japanese but someone left a comment in Japanese and the encoding messed it up. I would very much like to see Serendipity fully support Unicode.

Daniel

About Unicode

Posted: Tue Nov 18, 2003 10:16 pm
by Alex
Hi everybody,

Sorry about my poor english.
I had used serendipity v0.3 for two months. It take me three days to change into UTF-8 style. Just modify a few code. Please see my UTF-8 test page. http://s9y.pz.game.tw/archives/14_Unico ... TF829.html. Everything looks great.

Serendipity can fully support unicode. How do I contribute.

Alex

Posted: Tue Nov 18, 2003 11:27 pm
by tomsommer
Patches are welcomed

use a diff -u

Posted: Fri Nov 28, 2003 4:30 pm
by takumi
Hi!

I made Japanese language file. The encoding of this file is UTF-8.
Download from this please.
http://www.chipmunk.gr.jp/dfile/serendipity_jp.lzh

There is a request!
When "htmlentities()" is used in Japanese a character has broken. I used "htmlspcialchars()" and revised a problem. I think that I want to request the revision of this problem by all means.

Thanks! :wink:

Problem about "htmlentities" & "htmlspcia

Posted: Sat Nov 29, 2003 7:58 am
by Alex
Hi takumi,

I change all "htmlentities(...)" and "htmlspecialchars(...)" into "serendipity_htmlentities(...)", "serendipity_htmlspecialchars(...)", new code place at "serendipity/serendipity_config.inc.php" not "serendipity_functions.inc.php" for both INSTALL and GENPAGE to use. These 2 function just simply return orginal string to print out. It will show some understand code on browser, If i don't do this modify.

There is a patch at http://sourceforge.net/tracker/index.ph ... tid=542824. Please try it. :)

Alex.

Posted: Sat Nov 29, 2003 11:41 am
by jhermanns