OLD | NEW |
1 # *************************************************************************** | 1 # *************************************************************************** |
2 # * | 2 # * |
3 # * Copyright (C) 2004-2013, International Business Machines | 3 # * Copyright (C) 2004-2014, International Business Machines |
4 # * Corporation; Unicode, Inc.; and others. All Rights Reserved. | 4 # * Corporation; Unicode, Inc.; and others. All Rights Reserved. |
5 # * | 5 # * |
6 # *************************************************************************** | 6 # *************************************************************************** |
7 # File: Thai_ThaiLogical.txt | 7 # File: Thai_ThaiLogical.txt |
8 # Generated from CLDR | 8 # Generated from CLDR |
9 # | 9 # |
10 $thai = [[:thai:] ก-\u0E3Aเ-๛] ; | 10 $thai = [[:thai:] ก-\u0E3Aเ-๛] ; |
11 ' ' ← $thai { '; ' } $thai; | 11 ' ' ← $thai { '; ' } $thai; |
12 ← $thai { ' ' } $thai; | 12 ← $thai { ' ' } $thai; |
13 $thai_reversing = [[:Logical_Order_Exception:] & $thai]; | 13 $thai_reversing = [[:Logical_Order_Exception:] & $thai]; |
14 $thai_non_reversing = [$thai - $thai_reversing ]; | 14 $thai_non_reversing = [$thai - $thai_reversing ]; |
15 ( $thai_reversing ) ( $thai_non_reversing ) → $2 $1; | 15 ( $thai_reversing ) ( $thai_non_reversing ) → $2 $1; |
16 $2 $1 ← ( $thai_non_reversing ) ( $thai_reversing ) ; | 16 $2 $1 ← ( $thai_non_reversing ) ( $thai_reversing ) ; |
OLD | NEW |