00349: ChangeLog characters not compatible with utf-8

Summary: ChangeLog characters not compatible with utf-8
Created: 2005-03-02 09:31
Status: Closed - fixed
Category: Documentation
Assigned:
Priority: 1
Version: 2.0Beta24
OS:

Description: The special characters in ChangeLog (especially with the international names) don't show up properly when PmWiki is used in utf-8 mode. Special characters should be encoded with HTML entities to be compatible with different character sets.

Fixed by adding such a line to local/PmWiki.ChangeLog.php:
$ROEPatterns["/[^\n\r\x20-\x7E]+/e"] = 'htmlentities("$0")';
The current PmWiki.ChangeLog page, however, didn't contain international characters. --Petko September 17, 2009, at 06:54 AM