/* NAME: big5-bas.wbt
* OpenEdge Word Break Source File for codepage big-5 */ version = 9 codepage = big-5 wordrules-name = basic type = 3 /* Special word break rules table */ word_attr = { '.', BEFORE_DIGIT, /* part of a word only if followed by a digit */ ',', BEFORE_DIGIT, '-', BEFORE_DIGIT, ''', IGNORE, /* completely ignore it */ '$', USE_IT, /* always part of a word */ '%', USE_IT, '#', USE_IT, '@', USE_IT, '_', USE_IT }; |