https://bugzilla.wikimedia.org/show_bug.cgi?id=34919
--- Comment #4 from Liangent <[email protected]> 2012-03-05 09:14:41 UTC --- (In reply to comment #2) > Is the conversion to all-simplified of all-traditional done for "regular" > display in the browser - and therefore only a problem with the PDFs at the > moment? If that is the case: > > * how is the conversion done for the browser > * can someone provide a minimal example with simplified and traditional > chinese > * what would be a good start to read in order to understand the problematic of > simplified vs. traditional chinese and conversion methods Technically the language conversion process is done after the normal parsing process. This means if you parse the article in your own way (to generate PDF) you have to apply conversion to your parser result manually. Note that the current converter (in languages/LanguageConverter.php) is just designed to convert HTML. -- 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
