]>
Commit | Line | Data |
---|---|---|
729e4ab9 A |
1 | # *************************************************************************** |
2 | # * | |
3 | # * Copyright (C) 2011, International Business Machines | |
4 | # * Corporation; Unicode, Inc.; and others. All Rights Reserved. | |
5 | # * | |
6 | # *************************************************************************** | |
7 | # File: lt_Upper.txt | |
8 | # remove \u0307 following soft-dotteds (i, j, and the like), with possible intervening non-230 marks | |
9 | :: NFD() ; | |
10 | [:Soft_Dotted:] [\u0315-\u033C]* { \u0307 → ; | |
11 | :: NFC() ; | |
12 | ::Any-Upper(); |