diff options
| author | Sam Varshavchik | 2013-12-29 09:31:59 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2013-12-29 09:31:59 -0500 | 
| commit | 17317c25aecbf38f43bfcf8e7a63194cd345e696 (patch) | |
| tree | d12e47126ea281cb42cce345e174a8be2d726b6c /unicode/linebreaktab_internal.h | |
| parent | 6c5a9de8c051f9c98fa76cc0318f54290edc7ad4 (diff) | |
| download | courier-libs-17317c25aecbf38f43bfcf8e7a63194cd345e696.tar.bz2 | |
2013-12-29  Sam Varshavchik  <mrsam@courier-mta.com>
	* libunicode: Updated unicode word, grapheme, and linebreaking rules
	* to the Unicode 6.3.0 standard.
Diffstat (limited to 'unicode/linebreaktab_internal.h')
| -rw-r--r-- | unicode/linebreaktab_internal.h | 12 | 
1 files changed, 7 insertions, 5 deletions
| diff --git a/unicode/linebreaktab_internal.h b/unicode/linebreaktab_internal.h index 921ef77..2f6c165 100644 --- a/unicode/linebreaktab_internal.h +++ b/unicode/linebreaktab_internal.h @@ -38,11 +38,13 @@  #define UNICODE_LB_AL	0x41  #define UNICODE_LB_H2	0x42  #define UNICODE_LB_H3	0x43 -#define UNICODE_LB_ID	0x44 -#define UNICODE_LB_JL	0x45 -#define UNICODE_LB_JV	0x46 -#define UNICODE_LB_JT	0x47 -#define UNICODE_LB_SA	0x48 +#define UNICODE_LB_HL	0x44 +#define UNICODE_LB_ID	0x45 +#define UNICODE_LB_JL	0x46 +#define UNICODE_LB_JV	0x47 +#define UNICODE_LB_JT	0x48 +#define UNICODE_LB_RI   0x49 +#define UNICODE_LB_SA	0x4A  extern int unicode_lb_lookup(unicode_char ch); | 
