From 35146e33497dadaa6d9dff57c12764af3e85b229 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 1 Dec 2010 16:36:44 -0700 Subject: [PATCH] Nit in perluniintro.pod --- pod/perluniintro.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perluniintro.pod b/pod/perluniintro.pod index f0b2be5..6a8c07d 100644 --- a/pod/perluniintro.pod +++ b/pod/perluniintro.pod @@ -83,7 +83,7 @@ Because of backward compatibility with legacy encodings, the "a unique number for every character" idea breaks down a bit: instead, there is "at least one number for every character". The same character could be represented differently in several legacy encodings. The -converse is also not true: some code points do not have an assigned +converse is not also true: some code points do not have an assigned character. Firstly, there are unallocated code points within otherwise used blocks. Secondly, there are special Unicode control characters that do not represent true characters. -- 2.7.4