summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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