Revision cbb0d1ac lib/filters/wordsep-filter.c
| b/lib/filters/wordsep-filter.c | ||
|---|---|---|
| 70 | 70 |
else if (u_is_han(wc)) |
| 71 | 71 |
uctype = UC_HAN; |
| 72 | 72 |
} |
| 73 |
#if 0 |
|
| 73 | 74 |
if (utype == G_UNICODE_DASH_PUNCTUATION || |
| 74 | 75 |
utype == G_UNICODE_OTHER_SYMBOL) |
| 75 | 76 |
is_punct = FALSE; |
| 77 |
#endif |
|
| 76 | 78 |
{
|
| 77 | 79 |
gchar s[7] = {0};
|
| 78 | 80 |
g_unichar_to_utf8(wc, s); |
| 79 |
//g_print("%s: utype=%d word_len=%d\n", s, utype, word_len);
|
|
| 81 |
g_print("%s: utype=%d word_len=%d\n", s, utype, word_len);
|
|
| 80 | 82 |
} |
| 81 | 83 |
|
| 82 | 84 |
if (p > bp) {
|
Also available in: Unified diff