comparison src/arabic.h @ 1215:1d08aac0aea9

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 18:29:51 +0000
parents 3fc0f57ecb91
children 4aead6a9b7a9
comparison
equal deleted inserted replaced
1214:a91a2e0c4108 1215:1d08aac0aea9
5 * Do ":help uganda" in Vim to read copying and usage conditions. 5 * Do ":help uganda" in Vim to read copying and usage conditions.
6 * Do ":help credits" in Vim to see a list of people who contributed. 6 * Do ":help credits" in Vim to see a list of people who contributed.
7 */ 7 */
8 8
9 /* 9 /*
10 * Arabic characters are catagorized into following types: 10 * Arabic characters are categorized into following types:
11 * 11 *
12 * Isolated - iso-8859-6 form char denoted with a_* 12 * Isolated - iso-8859-6 form char denoted with a_*
13 * Initial - unicode form-B start char denoted with a_i_* 13 * Initial - unicode form-B start char denoted with a_i_*
14 * Medial - unicode form-B middle char denoted with a_m_* 14 * Medial - unicode form-B middle char denoted with a_m_*
15 * Final - unicode form-B final char denoted with a_f_* 15 * Final - unicode form-B final char denoted with a_f_*