This topic is locked

languages.cfg

12/3/2006 3:21:35 PM
PHPRunner General questions
W
wlodek author

How change?
Windows-1250 -> utf-8

<language filename="Polish.lng" name="Polish" lcid="1045" codepage="1250" charset="Windows-1250" />
W
wlodek author 12/4/2006
<language filename="Polish.lng" name="Polish" lcid="1045" codepage="65001" charset="utf-8" />


lcid="1045" ?

Alexey admin 12/4/2006

Hi,
leave the lcid attribute as it is.
If you want to use utf-8 with Polish language you need to do the following.
1.Convert Polish.lng file from Windows-1250 to UTF-8.

Open it with Notepad and Save As -> Encoding: UTF-8
2. Build the pages.

3. Open generated include\locale.php file, update month and weekday names in $locale_info array and save it as UTF-8.
We'll make the next version of PHPRunner work fine with all the character sets.

W
wlodek author 12/4/2006

I thank. Now there is OK!