User "Hashar" posted a comment on MediaWiki.r90092. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90092#c21322 Commit summary:
fix for bug29371 . regex wordwrap with UTF8: do not use \b metacharacter. The problem is that JavaScript recognizes word boundaries only before/after ASCII letters (and numbers/underscore) Comment: > French quotes That is the practical name for american people. European people are more in poetry than in explicit description, so those quotes are named : "guillemets". (was just to tease you as an american :b) Wikinaut, you will probably have to copy paste the french guillemets from there: « » French also use extensively the apostrophe. Most key set will use a single quote ' (0x27), but some layouts output a single guillemet ’ (0x92 or ’). Example using all of that: « L'oiseau est sur l’île » (single guillemet last). Note: The single guillemet is really what we want in French, unfortunately, since we lost the computer war, we rely on the practical american single quote nowaday :-) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
