FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Translations » Convert all message files to UTF-8  () 1 Vote
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Convert all message files to UTF-8 [message #158066] Mon, 26 January 2009 07:07 Go to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer

Convert all message files to UTF-8?[ 5 votes ]
1.
2.
3.
4.
 

Would there be any objections if we standardize and convert all message files to UTF-8 encoding?

Many large multi-language projects like Wikipedia only uses UTF-8. If we convert everything to UTF-8, we can utilize the same translation techniques and platform (betawiki) as Wikipedia. This will be a huge advantage and make it much easier to localize this software.

The conversion should be as simple as:
$ iconv -f `cat charset` -t utf8 msg >msg.utf 
$ diff msg msg.utf 
$ mv msg.utf msg 
$ echo 'UTF-8' > charset


Note that UTF-8 is a superset of ASCII. Since plain ASCII is also valid UTF-8, no conversion needs to be done for English nor any other existing ASCII text.

Best regards.

Frank
Re: Convert all message files to UTF-8 [message #158770 is a reply to message #158066] Thu, 19 March 2009 10:55 Go to previous message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Please note that all translations in FUDforum 2.8.0 and above is UTF-8 encoded. As a result, the following translations are no longer supported:

* russian-utf8 (russian is now UTF-8 encoded)
* russian-1251 (please convert to russian)
* chinese_big5 (please convert to chinese)

Best regards.

Frank
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Italian Translation
Next Topic: German update
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Apr 28 23:10:28 GMT 2024

Total time taken to generate the page: 0.02570 seconds