]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Thu, 24 Aug 2006 21:56:57 +0000 (21:56 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 24 Aug 2006 21:56:57 +0000 (21:56 +0000)
README.UNICODE

index e669736ed662536035797f9b1da9f4db8835ca74..806c609e364459eb5574e2d4a105bfc314d79266 100644 (file)
@@ -32,9 +32,8 @@ increased complexity of the code overall.
 
 Unicode Encoding
 ----------------
-The initial version will not support Byte Order Mark. Characters are
-expected to be composed, Normalization Form C. Later versions will support
-BOM, and decomposed and other characters.
+The initial version will not support Byte Order Mark. Text processing will
+generally perform better if the characters are in Normalization Form C.
 
 
 Implementation Approach