Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By
Printed Page 79
Table 3-16 lists rows 10 - 15 as Unassigned for GB 2312-80. On page 640,

the GB 2312-80 code table has a row 10 and row 11.

LIBICONV by Bruno Haible is based on CJKV and in code takes rows 10 and 11 as
unassigned (as well as rows 12 - 15).

Anonymous 
Printed Page 95
4th paragraph, 2nd line

"...considerably less characters" should be "...considerably fewer characters"

Anonymous 
Printed Page 221
Table 5-3

wrong Hiragana symbols for MU and ME

Anonymous 
Printed Page 268
end of 1st line to 2nd line

Korean input does have one feature not shared Chinese and "Korean".

Shouldn't it read like this:
"Japanese" instead "Korean".

Anonymous 
Printed Page 828
a character table of row 5

There are no characters defined in row 5 in JIS X 0212-1990. JIS X 0212-1990
has 266 non-KANJI characters and 5801 KANJI characters. Your table contains
270 non-KANJI and 5801 KANJI. Please check your fonts referred to again.

Anonymous 
Printed Page 959
In the table Grade 3 of Gakush~u Kanji, the character at 17-91 (in JIS X

0208:1997) with OU as its sound, is missing and mistakingly perhaps, replaced
by the character at 41-55 with OTTO as its sound. Vice versa, in the table
Grade 4, 41-55 is missing and replaced by 17-91.

I am sorry to say that I could not find the primary source, but several
secondary sources suuport this. Here is one of them online:

http://www.monbu.go.jp/news/00000317/sk-kokug.html

You should know the shapes, but just in case:

17-91
;
,,,,,;,,,,,,
; ; ;
; ; ;
,,;,,,,;,,,,,;,,
,; ;,
,; ';,
,,;'' '';,,

41-55
;
,,,,,,;,,,,,,,
;
;
'''''';'';''''''
;' ';
,;' ';,
,,;' ';,,
- --
iida

Anonymous 
Printed Page 1011
sjis2euc.pl

(($y = &sjis2jis($x)) =~ tr/21-x7E/xA1-xFE/, $y) :

Should read:

(($y = &sjis2jis($x)) =~ tr/x21-x7E/xA1-xFE/, $y) :

(i.e. there should be an 'x' after the first backslash)

this error is also currently present in the electronic version
of this program available on the O'Reilly FTP site at:

ftp://ftp.oreilly.com/pub/examples/nutshell/cjkv/perl/sjis2euc.pl

Anonymous