]>
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: el_Upper.txt | |
8 | # remove \0301 following Greek, with possible intervening 0308 marks | |
9 | :: NFD() ; | |
10 | [[:Greek:]&[:Ll:]] [\u0308]? { \u0301 → ; | |
11 | :: NFC() ; | |
12 | ::Any-Upper(); |