From: Reini U. <ru...@x-...> - 2006-08-13 17:41:47
|
[redirected to the mailing list, I hate the tracker] SourceForge.net schrieb: > Read and respond to this message at: > https://sourceforge.net/forum/message.php?msg_id=3865587 > By: mmaci > > Hi, > > I'm interested in making a hungarian site driven by PhpWiki. But there's a > probleme: our national charset contains two additional characters to iso-8859-1, > ő and ű (the long versions of ö and ü), that is only found in iso-8859-2. > These chars are frequent in hungarian, and it's impossible to leave them or > interchange them with latin1 chars. It would real ugly. The other thing is > that I have to use these characters in WikiNames, but current version of PhpWiki > does not support it. XxxóáYyy is ready (latin1 chars are usable), but if I > change óá to ő, it fails, and square brackets does not help. The [] creates > a link, but ő and ű is viewd as & #337 ; and & #369 ; . Could You please > help me how to solve the probleme? Is it a big work to add latin2 support into > PhpWiki? Normally it should work out of the box when you define('CHARSET', 'iso-8859-2'); (or define it in the config.ini) and your php supports it (via iconv) in the pcre functions. mbstring should not be needed afaik. latin-2 is single-byte. > I promise I'll gift the project with a hu.po file if iso-8859-2 will be ok... > Now there's nothing to it. Personally I'd rather prefer a cool layout in a new template, but we accept hungarian also :) -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://helsinki.at/ http://spacemovie.mur.at/ |