Coding Principle : Single Character
1. Order of coding : start from the top left-hand corner, then the top right-hand corner, next followed by the bottom left-hand corner and finally the bottom right-hand corner. Example : CKC code for the character "的" is 0760
2. When there are more than 1 way to encode, use one which covers more strokes of the character. Example : the CKC code for the character "綜 " is 2399 as opposed to 2393.
3. Encode each of the shapes ONCE only. Example : the CKC code for the character "香" is 06 as opposed to 0066.
4. When there are more than 1 way to encode, code of the strokes at the left-most or right-most side of the character is preferred. Example : the CKC code for the character "非" is 1111 as opposed to 2222.
5. Strokes positioned at the top most of the character is given priority to code rather than those at lower position. Example : The CKC code for the character "成" is 5307 as opposed to 7307.
Read more about this topic: CKC Chinese Input System
Famous quotes containing the words principle, single and/or character:
“The selfish spirit of commerce, which knows no country, and feels no passion or principle but that of gain.”
—Thomas Jefferson (17431826)
“The wood for a temple does not come from a single tree.”
—Chinese proverb.
“The first thing to be done by a biographer in estimating character is to examine the stubs of his victims cheque-books.”
—Silas Weir Mitchell (18291914)