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