misspelled "&supl" entity patch
Darin Adler
darin at apple.com
Fri Nov 21 18:27:54 CET 2003
One of the web developers at FileMaker complained about this. He didn't
realize it was a bug in WinIE; thought it was a bug in "all the
Macintosh browsers".
-------------- next part --------------
Index: ChangeLog
===================================================================
RCS file: /local/home/cvs/Labyrinth/WebCore/ChangeLog,v
retrieving revision 1.2310
diff -p -u -u -p -r1.2310 ChangeLog
--- ChangeLog 2003/11/21 06:53:17 1.2310
+++ ChangeLog 2003/11/21 17:07:42
@@ -1,3 +1,12 @@
+2003-11-21 Darin Adler <darin at apple.com>
+
+ Reviewed by Ken.
+
+ - fixed 3490260: allow ¹ to be misspelled &supl (lowercase l instead of numeral 1) because WinIE does
+
+ * khtml/html/kentities.gperf: Added supl to the list. Maps to U+00B9, just as sup1 does.
+ * khtml/html/kentities.c: Regenerated.
+
2003-11-20 Maciej Stachowiak <mjs at apple.com>
Reviewed by Darin.
Index: khtml/html/kentities.gperf
===================================================================
RCS file: /local/home/cvs/Labyrinth/WebCore/khtml/html/kentities.gperf,v
retrieving revision 1.2
diff -p -u -u -p -r1.2 khtml/html/kentities.gperf
--- khtml/html/kentities.gperf 2003/09/29 16:49:18 1.2
+++ khtml/html/kentities.gperf 2003/11/21 17:07:42
@@ -263,6 +263,7 @@ sup2, 0x00b2
sup3, 0x00b3
sup, 0x2283
supe, 0x2287
+supl, 0x00b9
szlig, 0x00df
tau, 0x03c4
there4, 0x2234
-------------- next part --------------
-- Darin
More information about the Khtml-devel
mailing list