comparison src/farsi.h @ 1224:edc1c9d6dab9

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 19:06:20 +0000
parents 3fc0f57ecb91
children 4aead6a9b7a9
comparison
equal deleted inserted replaced
1223:dfd2f4a60a64 1224:edc1c9d6dab9
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 * Farsi characters are catagorized into following types: 10 * Farsi characters are categorized into following types:
11 * 11 *
12 * TyA (for capital letter representation) 12 * TyA (for capital letter representation)
13 * TyB (for types that look like _X e.g. AYN) 13 * TyB (for types that look like _X e.g. AYN)
14 * TyC (for types that look like X_ e.g. YE_) 14 * TyC (for types that look like X_ e.g. YE_)
15 * TyD (for types that look like _X_ e.g. _AYN_) 15 * TyD (for types that look like _X_ e.g. _AYN_)