/* a word-break table for Unicode */
#define DOLLAR-SIGN '$' Version = 9 Codepage = utf-8 wordrules-name = utf8sample type = 2 word_attr = { '.', BEFORE_DIGIT, ',', BEFORE-DIGIT, 0x2D, BEFORE_DIGIT, 39, IGNORE, DOLLAR-SIGN, USE-IT, '%', USE-IT, '#', USE_IT, '@', USE-IT, '_', USE_IT, }; |
/* this is a comment */
|