11 lines
445 B
Plaintext
11 lines
445 B
Plaintext
|
#--------------------------------------------------------------------
|
||
|
# Copyright (c) 1999-2004, International Business Machines
|
||
|
# Corporation and others. All Rights Reserved.
|
||
|
#--------------------------------------------------------------------
|
||
|
|
||
|
# The rules that convert space into semicolon are in this file;
|
||
|
# since they have to come BEFORE the break iterator.
|
||
|
|
||
|
$thai = [[:thai:] \u0E01-\u0E3A\u0E40-\u0E5B] ;
|
||
|
|
||
|
$thai { ' ' } $thai > '; ' ;
|