]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | # *************************************************************************** |
2 | # * | |
46f4442e | 3 | # * Copyright (C) 2004-2008, International Business Machines |
73c04bcf A |
4 | # * Corporation; Unicode, Inc.; and others. All Rights Reserved. |
5 | # * | |
6 | # *************************************************************************** | |
7 | # File: Han_Spacedhan.txt | |
46f4442e | 8 | # Generated from CLDR |
73c04bcf | 9 | # |
374ca955 | 10 | :: fullwidth-halfwidth; |
374ca955 | 11 | 。 > '.'; |
374ca955 A |
12 | $terminalPunct = [\.\,\:\;\?\!.,:?!。、;[:Pe:][:Pf:]]; |
13 | $initialPunct = [:Ps:][:Pi:]; | |
374ca955 A |
14 | [[:Ideographic:] $terminalPunct] {} [:Letter:] > ' ' ; |
15 | [:Letter:] [:Mark:]* {} [[:Ideographic:] $initialPunct] > ' ' ; | |
73c04bcf A |
16 | < [:Ideographic:] { ' ' } [:Letter:] ; |
17 | < [:Letter:] [:Mark:]* { ' ' } [:Ideographic:] ; |