https://bugzilla.wikimedia.org/show_bug.cgi?id=22031
Conrad Irwin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WORKSFORME --- Comment #1 from Conrad Irwin <[email protected]> 2010-03-28 22:37:29 UTC --- You can already include un-normalised text using HTML entities, see [[wikt:Appendix:Unicode normalization]], or as you did with manual URL encoding. I reckon most people who know why such things are broken will be able to work out the escapes, though a utility to help them wouldn't be bad. For any given text, it requires detailed knowledge of unicode and the context to identify the few cases where normalization is destructive. Unicode normalization is done on input, so it's hard to imagine the tag method you propose working safely and efficiently. -- 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
