• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# © 2016 and later: Unicode, Inc. and others.
2# License & terms of use: http://www.unicode.org/copyright.html#License
3#
4# File: nl_Title.txt
5# Generated from CLDR
6#
7
8# Copyright (C) 2011-2013, Apple Inc. and others. All Rights Reserved.
9# Special titlecasing for Dutch initial "ij".
10::Any-Title();
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 ;
13
14