https://bugzilla.wikimedia.org/show_bug.cgi?id=37558

Sven K <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Default Escape              |Default escape characterset
                   |                            |should be UTF-8

--- Comment #1 from Sven K <[email protected]> 2012-06-13 18:27:05 UTC ---
Using some UTF-8 input characters like üöäÜÖÄßéèê etc. which are common on
foreign language breaks with MediaWiki default UTF-8 output since the Smarty
engine uses Latin1 (ISO-8859-1) per default as said on
http://www.smarty.net/docsv2/en/language.modifier.escape

So this will yield unwanted behaviour:

  <!--{$foo|esacpe:'htmlall'}-->

having $foo = "FööBar" this will output rubbish. This is fixed by 

  <!--{$foo|esacpe:'htmlall':'UTF-8'}-->

on every escape usage.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to