1 # © 2016 and later: Unicode, Inc. and others.
2 # License & terms of use: http://www.unicode.org/copyright.html#License
8 # Copyright (C) 2011-2013, Apple Inc. and others. All Rights Reserved.
9 # Special titlecasing for Dutch initial "ij".
11 # Fix up Ij at the beginning of a "word" (per Any-Title, notUAX #29)
12 [:^WB=ALetter:] [:WB=Extend:]* [[:WB=MidLetter:][:WB=MidNumLet:]]? { Ij } → IJ ;