2006-07-21 01:08:32 +00:00
|
|
|
# ***************************************************************************
|
|
|
|
# *
|
2012-02-02 22:53:19 +00:00
|
|
|
# * Copyright (C) 2004-2012, International Business Machines
|
2006-07-21 01:08:32 +00:00
|
|
|
# * Corporation; Unicode, Inc.; and others. All Rights Reserved.
|
|
|
|
# *
|
|
|
|
# ***************************************************************************
|
|
|
|
# File: Thai_ThaiLogical.txt
|
2006-10-27 17:55:54 +00:00
|
|
|
# Generated from CLDR
|
2006-07-21 01:08:32 +00:00
|
|
|
#
|
|
|
|
$thai = [[:thai:] ก-\u0E3Aเ-๛] ;
|
2012-08-28 21:56:06 +00:00
|
|
|
' ' ← $thai { '; ' } $thai;
|
2009-04-10 07:47:09 +00:00
|
|
|
← $thai { ' ' } $thai;
|
2004-08-02 20:06:55 +00:00
|
|
|
$thai_reversing = [[:Logical_Order_Exception:] & $thai];
|
|
|
|
$thai_non_reversing = [$thai - $thai_reversing ];
|
2009-04-10 07:47:09 +00:00
|
|
|
( $thai_reversing ) ( $thai_non_reversing ) → $2 $1;
|
|
|
|
$2 $1 ← ( $thai_non_reversing ) ( $thai_reversing ) ;
|