[pmwiki-users] UTF8 conversions for Polish language (for xlpage-utf-8.php)
Mateusz CzapliĆski
mateusz at czaplinski.pl
Sun Sep 25 13:21:42 CDT 2005
For all interested, these are the Polish characters conversions to be
appended to the $CaseConversions array in scripts/xlpage-utf-8.php:
# Polish
'17a-17c/2' => '179', # alt- x, z
'105-107/2' => '104', # alt- a, c
'142-144/2' => '141', # alt- l, n
'119' => '118', # alt- e
'15b' => '15a', # alt- s
Therefore, if appended to the default xlpage-utf-8.php included in
pmwiki-2.0.6 distribution, the last lines of the file should look like:
SDV($CaseConversions, array(
# ASCII
'61-7a' => '41',
# Latin-1
'e0-f6' => 'c0',
'f8-fe' => 'd8',
# Cyrillic
'450-45f' => '400',
'430-44f' => '410',
'48b-4bf/2' => '48a',
'4c2-4ce/2' => '4c1',
'4d1-4ff/2' => '4d0',
# Polish
'17a-17c/2' => '179', # alt- x, z
'105-107/2' => '104', # alt- a, c
'142-144/2' => '141', # alt- l, n
'119' => '118', # alt- e
'15b' => '15a', # alt- s
));
Greetz
Mateusz
More information about the pmwiki-users
mailing list