
79
CHAPTER 3
Character Set Standards
I must rst state that achieving a rock-solid understanding of and a deep appreciation for
CJKV character set standards—what character classes they include, how many characters
they enumerate, how they evolved, which ones are in common use, and so on—forms the
foundation on which the remainder of this book is based. Without such a basic under-
standing, it would be pointless to discuss topics such as encoding methods, input meth-
ods, font formats, and typography. is chapter thus represents what I consider to be the
core or absolutely essential material of this book.
Note that all CJKV character sets can be classied into two basic types, depending on
their intended purpose and reason for establishment:
Noncoded Character Sets—NCSes•
Coded Character Sets—CCSes•
For clarication, noncoded refers to a character set established without regard to how it
would be processed on computer systems, if at all, and coded refers to being electronically
encoded or computerized. In other words, coded character sets were specically designed
for processing on computer systems. You will soon realize that the characters enumer-
ated in NCSes generally constitute a subset of the characters contained in CCSes, and
aect their development. And, to some extent, CCSes can even aect the development of
NCSes.
In reading this chapter, I am condent that you will develop a ...