git://git.webkit.org
/
WebKit-https.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19c158b
)
Fix a typo in te ChangeLog.
author
ap
<ap@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 7 May 2006 18:07:41 +0000
(18:07 +0000)
committer
ap
<ap@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Sun, 7 May 2006 18:07:41 +0000
(18:07 +0000)
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@14218
268f45cc
-cd09-0410-ab3c-
d52691b4dbfc
WebCore/ChangeLog
patch
|
blob
|
history
diff --git
a/WebCore/ChangeLog
b/WebCore/ChangeLog
index 3ddea82dce4f13f34fdf5f5e006a17bb7a39ff08..1e32c2de01b3da1c5c1717061d8106edea649964 100644
(file)
--- a/
WebCore/ChangeLog
+++ b/
WebCore/ChangeLog
@@
-6,8
+6,8
@@
TextEncoding::fromUnicode() - support non-BMP characters and convert to NFC
Tests:
- * fast/forms/form
s/form
-data-encoding.html
- * fast/forms/form
s/form
-data-encoding-2.html
+ * fast/forms/form-data-encoding.html
+ * fast/forms/form-data-encoding-2.html
* platform/mac/TextEncodingMac.cpp:
(WebCore::TextEncoding::fromUnicode): Normalize the string; handle surrogate pairs.