# ***************************************************************************
# *
-# * Copyright (C) 2011, International Business Machines
+# * Copyright (C) 2004-2013, International Business Machines
# * Corporation; Unicode, Inc.; and others. All Rights Reserved.
# *
# ***************************************************************************
# File: lt_Upper.txt
-# remove \u0307 following soft-dotteds (i, j, and the like), with possible intervening non-230 marks
-:: NFD() ;
-[:Soft_Dotted:] [\u0315-\u033C]* { \u0307 → ;
-:: NFC() ;
+# Generated from CLDR
+#
+::NFD();
+[:Soft_Dotted:] [^[:ccc=Not_Reordered:][:ccc=Above:]]* { \u0307 → ;
::Any-Upper();
+::NFC();