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

jmkim dot com <bank...@nate.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bank...@nate.com

--- Comment #4 from jmkim dot com <bank...@nate.com> 2010-11-14 14:50:34 UTC ---
Second one is something new.

Mediawiki makes a span tag for each section.
For example, the webpage 'http://en.wikipedia.org/wiki/Electrical_network' has
the 'Design methods' section and contains the html code below.

<span class="mw-headline" id="Design_methods">Design methods</span>

Mediawiki converted 'Design methods' into 'Design_methods'.
It's ok in Latin alphabet-based languages like that.

But the problem occurs in Latin alphabet-based languages.
The webpage
'http://ko.wikipedia.org/wiki/%EC%A0%84%EA%B8%B0_%ED%9A%8C%EB%A1%9C' contains
the code below.
* %EC%A0%84%EA%B8%B0_%ED%9A%8C%EB%A1%9C =
urlencode(translate_to_korean('Electrical network'));

<span class="mw-headline" id=".EC.84.A4.EA.B3.84_.EB.B0.A9.EB.B2.95">설계
방법</span>
*설계 방법 = translate_to_korean('Design methods');

Mediawiki converted '설계 방법' into '.EC.84.A4.EA.B3.84_.EB.B0.A9.EB.B2.95'.
It goes against 'C.8. Fragment Identifiers' in 'http://www.w3.org/TR/xhtml1/'.

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

Reply via email to