- From: <bugzilla@jessica.w3.org>
- Date: Wed, 15 Feb 2012 12:39:02 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=11124
--- Comment #16 from Michael[tm] Smith <mike@w3.org> 2012-02-15 12:38:59 UTC ---
(In reply to comment #13)
> BTW if anyone can write a self-contained perl or python script that can be run
> against the file here:
>
> http://dev.w3.org/html5/spec/Overview.html
perl -pe 'undef $/;
s/(U\+[A-F0-9]{4})\s[A-Z\s-]+(\scharacter(s)?)?\s\((.{1,3})\)/"$4" \($1\)$2/g'
Overview.html
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Wednesday, 15 February 2012 12:39:09 UTC