16 lines
572 B
Plaintext
16 lines
572 B
Plaintext
|
# ***************************************************************************
|
|||
|
# *
|
|||
|
# * Copyright (C) 2004-2013, International Business Machines
|
|||
|
# * Corporation; Unicode, Inc.; and others. All Rights Reserved.
|
|||
|
# *
|
|||
|
# ***************************************************************************
|
|||
|
# File: el_Title.txt
|
|||
|
# Generated from CLDR
|
|||
|
#
|
|||
|
::NFD();
|
|||
|
[:cased:] [:case-ignorable:]* { Σ } [:case-ignorable:]* [:cased:] → σ;
|
|||
|
[:cased:] [:case-ignorable:]* { Σ → ς;
|
|||
|
[:cased:] [:case-ignorable:]* { (.) → &Any-Lower($1) ;
|
|||
|
([:Lowercase:]) → &Any-Title($1) ;
|
|||
|
::NFC();
|