]>
Commit | Line | Data |
---|---|---|
374ca955 A |
1 | #-------------------------------------------------------------------- |
2 | # Copyright (c) 1999-2004, International Business Machines | |
3 | # Corporation and others. All Rights Reserved. | |
4 | #-------------------------------------------------------------------- | |
5 | ||
6 | # The rules that convert space into semicolon are in this file; | |
7 | # since they have to come BEFORE the break iterator. | |
8 | ||
9 | $thai = [[:thai:] \u0E01-\u0E3A\u0E40-\u0E5B] ; | |
10 | ||
11 | $thai { ' ' } $thai > '; ' ; |