summaryrefslogtreecommitdiff
path: root/README.UNICODE
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2006-08-24 21:56:57 +0000
committerAndrei Zmievski <andrei@php.net>2006-08-24 21:56:57 +0000
commit2304f16798366df0b88933a169d76f2f14768c9b (patch)
tree50c5c12218533d182f80a9046b20c5ea00419a11 /README.UNICODE
parent2a6325bf2bd6083613d8d501eccb8058cbdd50fb (diff)
downloadphp-git-2304f16798366df0b88933a169d76f2f14768c9b.tar.gz
*** empty log message ***
Diffstat (limited to 'README.UNICODE')
-rw-r--r--README.UNICODE5
1 files changed, 2 insertions, 3 deletions
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