Subject: | s/digit/number/ |
This is trivial a documentation patch.
"BEEF" is not a hexadecimal digit, it is a hexadecimal number with
4 hexadecimal digits. I also made the decimal template NNN to
make it stand our more from HHHH.
--- Encode-2.08/Encode.pm 2004-10-24 15:00:39.000000000 +0200
+++ Encode-2.08-hacked/Encode.pm 2004-12-01 18:44:19.703052730 +0100
@@ -629,8 +629,8 @@
in the character repertoire of the encoding.
HTML/XML character reference modes are about the same, in place of
-C<\x{I<HHHH>}>, HTML uses C<&#I<NNNN>;> where I<NNNN> is a decimal digit and
-XML uses C<&#xI<HHHH>;> where I<HHHH> is the hexadecimal digit.
+C<\x{I<HHHH>}>, HTML uses C<&#I<NNN>;> where I<NNN> is a decimal number and
+XML uses C<&#xI<HHHH>;> where I<HHHH> is the hexadecimal number.
=item The bitmask