src/linebreak/linebreakdef.c File Reference

Variables

struct LineBreakPropertiesLang lb_prop_lang_map []

Detailed Description

Definition of language-specific data.

Version:
2.1, 2011/05/07
Author:
Wu Yongwei

Variable Documentation

Initial value:
 {
    { "en", 2, lb_prop_English },
    { "de", 2, lb_prop_German },
    { "es", 2, lb_prop_Spanish },
    { "fr", 2, lb_prop_French },
    { "ru", 2, lb_prop_Russian },
    { "zh", 2, lb_prop_Chinese },
    { NULL, 0, NULL }
}

Association data of language-specific line breaking properties with language names. This is the definition for the static data in this file. If you want more flexibility, or do not need the data here, you may want to redefine lb_prop_lang_map in your C source file.