Japanese

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
tim
Posts: 3
Joined: Sat Nov 08, 2003 2:56 pm

Japanese

Post 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.
dand
Regular
Posts: 18
Joined: Wed Sep 17, 2003 4:23 am
Contact:

Post 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
Alex
Posts: 2
Joined: Fri Oct 24, 2003 4:29 am
Location: Taipei, Taiwan
Contact:

About Unicode

Post 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
tomsommer
Core Developer
Posts: 240
Joined: Tue Sep 02, 2003 6:43 pm
Location: Denmark
Contact:

Post by tomsommer »

Patches are welcomed

use a diff -u
Tom Sommer (Serendipity Core Developer)
http://blog.dreamcoder.dk
takumi
Posts: 1
Joined: Fri Nov 28, 2003 4:10 pm

Post 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:
Alex
Posts: 2
Joined: Fri Oct 24, 2003 4:29 am
Location: Taipei, Taiwan
Contact:

Problem about "htmlentities" & "htmlspcia

Post 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.
jhermanns
Site Admin
Posts: 378
Joined: Tue Apr 01, 2003 11:28 pm
Location: Berlin, Germany
Contact:

Post by jhermanns »

Post Reply