66aa8c0fa4
X-SVN-Rev: 38278
18 lines
636 B
Plaintext
18 lines
636 B
Plaintext
# ***************************************************************************
|
|
# *
|
|
# * Copyright (C) 2004-2016, International Business Machines
|
|
# * Corporation; Unicode, Inc.; and others. All Rights Reserved.
|
|
# *
|
|
# ***************************************************************************
|
|
# File: lt_Upper.txt
|
|
# Generated from CLDR
|
|
#
|
|
|
|
# Copyright (C) 2011-2013, Apple Inc.; Unicode, Inc.; and others. All Rights Reserved.
|
|
# Remove \u0307 following soft-dotteds (i, j, and the like), with possible intervening non-230 marks.
|
|
::NFD();
|
|
[:Soft_Dotted:] [^[:ccc=Not_Reordered:][:ccc=Above:]]* { \u0307 → ;
|
|
::Any-Upper();
|
|
::NFC();
|
|
|