]>
Commit | Line | Data |
---|---|---|
51004dcb A |
1 | # *************************************************************************** |
2 | # * | |
2ca993e8 | 3 | # * Copyright (C) 2004-2016, International Business Machines |
51004dcb A |
4 | # * Corporation; Unicode, Inc.; and others. All Rights Reserved. |
5 | # * | |
6 | # *************************************************************************** | |
7 | # File: nl_Title.txt | |
8 | # Generated from CLDR | |
9 | # | |
2ca993e8 A |
10 | |
11 | # Copyright (C) 2011-2013, Apple Inc. and others. All Rights Reserved. | |
12 | # Special titlecasing for Dutch initial "ij". | |
51004dcb | 13 | ::Any-Title(); |
2ca993e8 | 14 | # Fix up Ij at the beginning of a "word" (per Any-Title, notUAX #29) |
51004dcb | 15 | [:^WB=ALetter:] [:WB=Extend:]* [[:WB=MidLetter:][:WB=MidNumLet:]]? { Ij } → IJ ; |
2ca993e8 | 16 |