]> granicus.if.org Git - php/commitdiff
update NEWS.
authorRui Hirokawa <hirokawa@php.net>
Sat, 20 Aug 2011 07:29:59 +0000 (07:29 +0000)
committerRui Hirokawa <hirokawa@php.net>
Sat, 20 Aug 2011 07:29:59 +0000 (07:29 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3af9487fdaf8e96550a429407352433e1eb3bba4..7263e5a0b5452e3af01568597bce5a46f1883504 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,10 +12,13 @@ PHP                                                                        NEWS
     (virsacer at web dot de, Pierre)
 
 - Improved mbstring extension:
-  . Added Shift_JIS Emoji (pictograms) support. (rui)
-  . Ill-formed UTF-8 check for security enhancements. (rui)
-  . Added MacJapanese (Shift_JIS) and gb18030 encoding support. (rui)
-  . Added encode/decode in hex format to mb_[en|de]code_numericentity(). (rui)
+  . Added Shift_JIS/UTF-8 Emoji (pictograms) support. (Rui)
+  . Added JIS X0213:2004 (Shift_JIS-2004, EUC-JP-2004, ISO-2022-JP-2004) support. (Rui)
+  . Ill-formed UTF-8 check for security enhancements. (Rui)
+  . Added MacJapanese (Shift_JIS) and gb18030 encoding support. (Rui)
+  . Added encode/decode in hex format to mb_[en|de]code_numericentity(). (Rui)
+  . Added user JIS X0213:2004 (Shift_JIS-2004, EUC-JP-2004, ISO-2022-JP-2004) support. (Rui)
+  . Added the user user defined area for CP936 and CP950 (Rui).
 
 - Improved NSAPI SAPI: (Uwe Schindler)
   . Don't set $_SERVER['HTTPS'] on unsecure connection (bug #55403).