|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-05-20 19:50 UTC] greybrow at poczta dot onet dot pl
codepage in polish chm is wrong. In head of all html files included into chm documentation charset is set to iso8952-2 but letters are written like this: Rozdzia³ instead of Rozdzia? But also in list on the left, polish letters are shown wrong despite of that are written ok. best regards Andrzej Korcala PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 14:00:01 2025 UTC |
This is fixed, from phpdoc/chm/make_chm.php "pl" => array( "langcode" => "0x415 Polish", "preferred_charset" => "Windows-1250", "preferred_font" => $DEFAULT_FONT ),