Kaydet (Commit) 6970569c authored tarafından Ariel Constenla-Haile's avatar Ariel Constenla-Haile

#i121197# - Scape non-ASCII chars from css.style.NumberingType

Patch by: Tsutomu Uchino
Review by: arielch
üst 6a458e56
......@@ -117,7 +117,7 @@ published constants NumberingType
//-------------------------------------------------------------------------
/** Numbering for Chinese lower case number
as ",,..."
as "一,二,三..."
*/
const short NUMBER_LOWER_ZH = 15;
......@@ -133,13 +133,13 @@ published constants NumberingType
//-------------------------------------------------------------------------
/** Bullet for Chinese Tian Gan
as ",,..."
as "甲,乙,丙..."
*/
const short TIAN_GAN_ZH = 18;
//-------------------------------------------------------------------------
/** Bullet for Chinese Di Zi
as ",,..."
as "子,丑,寅..."
*/
const short DI_ZI_ZH = 19;
......@@ -170,43 +170,43 @@ published constants NumberingType
//-------------------------------------------------------------------------
/** Numbering for Korean upper case number
as ",,..."
as "壹,貳,參..."
*/
const short NUMBER_UPPER_KO = 25;
//-------------------------------------------------------------------------
/** Numbering for Korean hangul number
as ",,..."
as "일,이,삼..."
*/
const short NUMBER_HANGUL_KO = 26;
//-------------------------------------------------------------------------
/** Bullet for Korean Hangul Jamo
as ",,..."
as "ㄱ,ㄴ,ㄷ..."
*/
const short HANGUL_JAMO_KO = 27;
//-------------------------------------------------------------------------
/** Bullet for Korean Hangul Syllable
as ",,..."
as "가,나,다..."
*/
const short HANGUL_SYLLABLE_KO = 28;
//-------------------------------------------------------------------------
/** Bullet for Korean Hangul Circled Jamo
as ",,..."
as "㉠,㉡,㉢..."
*/
const short HANGUL_CIRCLED_JAMO_KO = 29;
//-------------------------------------------------------------------------
/** Bullet for Korean Hangul Circled Syllable
as ",,..."
as "㉮,㉯,㉰..."
*/
const short HANGUL_CIRCLED_SYLLABLE_KO = 30;
//-------------------------------------------------------------------------
/** Numbering in Arabic alphabet letters
as "أ,ب,ت..."
as "أ,ب,ت..."
@since OOo 1.1.2
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment