|
|
|
Re: Multi-linual input [message #225 is a reply to message #224] |
Fri, 25 January 2002 20:59   |
Ilia
 Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
remove from buddy list ignore all messages by this user
|
|
zerobits wrote on Fri, 25 January 2002 8:44 PM | no, cannot, type in japanese, but garbage show on the screen. Do I need to enabled HTML posting?
|
You may need to, PHP has a nasty way of treating multi-byte characters, so htmlspecialchars() functions used by FUDforum, may cause problems.
To be honest, I have not done any multilingual tests yet, so I'd be grateful if you could share your results with me.
FUDforum Core Developer
|
|
|
Re: Multi-linual input [message #226 is a reply to message #224] |
Fri, 25 January 2002 21:48   |
hackie
 Messages: 177 Registered: January 2002
Karma: 0
|
Senior Member Core Developer |
add to buddy list ignore all messages by this user

|
|
zerobits wrote on Fri, 25 January 2002 8:44 PM | no, cannot, type in japanese, but garbage show on the screen. Do I need to enabled HTML posting?
|
Infact we are very interested in making the forum i18n compliant, and if someone is willing to give us feedback on this we'd consider it, and probobly quite soon. Depending on how much work it requires, if it is not a lot of work it could go in around at 1.1.5 possibly or so, if it's a lot of work it's something we'd leave off for 1.2.0 or so, but then again we never know.
cc intelligence.c -o intelligence
$ ./intelligence
Segmentation fault
|
|
|
|
Re: Multi-linual input [message #237 is a reply to message #214] |
Mon, 28 January 2002 13:24   |
Ilia
 Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
remove from buddy list ignore all messages by this user
|
|
Actually what you need to do is put a metatag such as this <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
Which will tell the browser which character encoding to use. This example I believe should allow for Japanese text (I copied this from http://www.honda.co.jp/ ).
I tried and it seems to work just fine.
However, certain character may be misinterpreted by FUDcode parser, which relies or preg_() style functions which may not support multi-byte characters properly.
Try it, if you come across any problems let me know.
FUDforum Core Developer
|
|
|
|
|
|
|
Re: Multi-linual input [message #512 is a reply to message #509] |
Fri, 15 February 2002 11:52   |
Ilia
 Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
remove from buddy list ignore all messages by this user
|
|
fruey wrote on Fri, 15 February 2002 6:53 AM | Hello
I'd be interested in a multi-lingual version. Depends mainly on how much of your forum is hard coded and how much is in arrays / initialised at startup. It can be a big task to convert everything.
In any case, I'd love to have a version of the forum in French and could even help out a bit if you needed it.
Simon.
|
As soon as version 1.2 is released (it is currently in final beta testing stage), we will start on the next version, who's primary feature would be addition of full template support and i18n, which would make multi-lingual.
P.S. All of the forum's developers reside in Ontario, so we are somewhat English biased
FUDforum Core Developer
[Updated on: Fri, 15 February 2002 11:53] Report message to a moderator
|
|
|
|
|