From: Andrei Zmievski Date: Thu, 24 Aug 2006 21:56:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: RELEASE_1_0_0RC1~1883 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2304f16798366df0b88933a169d76f2f14768c9b;p=php *** empty log message *** --- diff --git a/README.UNICODE b/README.UNICODE index e669736ed6..806c609e36 100644 --- a/README.UNICODE +++ b/README.UNICODE @@ -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