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/wordbreaktab_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/wordbreaktab_internal.h')
| -rw-r--r-- | unicode/wordbreaktab_internal.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/unicode/wordbreaktab_internal.h b/unicode/wordbreaktab_internal.h index 58d4d20..9ecdbbf 100644 --- a/unicode/wordbreaktab_internal.h +++ b/unicode/wordbreaktab_internal.h @@ -21,5 +21,9 @@  #define UNICODE_WB_Format	0x0A  #define UNICODE_WB_Katakana	0x0B +#define UNICODE_WB_Single_Quote	0x0C +#define UNICODE_WB_Double_Quote	0x0D +#define UNICODE_WB_Hebrew_Letter 0x0E +#define UNICODE_WB_Regional_Indicator 0x0F  #define UNICODE_WB_OTHER	0xFF  #endif | 
