From 362d83a4092e4626e1d9dd498a1774e28eaaab16 Mon Sep 17 00:00:00 2001 From: Trevor Daniels Date: Sun, 2 Aug 2009 20:49:37 +0100 Subject: [PATCH] Docs: NR 3.3.3 Give url to Unicode Consortium --- Documentation/notation/input.itely | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index 1a08dbd0d1..28c1307249 100644 --- a/Documentation/notation/input.itely +++ b/Documentation/notation/input.itely @@ -1251,7 +1251,10 @@ value. Leading zeroes may be omitted, but it is usual to specify all four characters in the hexadecimal representation. (Note that the UTF-8 encoding of the code point should @emph{not} be used after @code{\char}, as UTF-8 encodings contain extra bits indicating -the number of octets.) +the number of octets.) Unicode code charts and a character name +index giving the code point in hexadecimal for any character can be +found on the Unicode Consortium website, +@uref{http://www.unicode.org/}. For example, @code{\char ##x03BE} and @code{\char #958} would both enter the Unicode U+03BE character, which has the Unicode name -- 2.39.5