[GWM] Waar is 't? [RS]: This page is for country- or language-specific features of dutch. [An anomaly in case conversion] is the fact that IJ is considered as one letter, so title-casing a string for Dutch could be done like this: proc string'totitle'nl string { string map {Ij IJ} [string totitle $string] } % string'totitle'nl ijssel IJssel [AM] As a Dutchman with linguistic interests and a tendency towards purism I can add the following complication: The "ij" is officially not considered a single character when sorting, but since many people do not realise this, it is often used that way. So that sorting the following words izegrim, ijken, iets, waaratje, eiken, IJsselmeer gives the unexpected ordering: eiken, iets, izegrim, waaratje, ijken, IJsselmeer Another thing: in Dutch the sorting should ignore the case (quite unlike the American way - which has surprised me on more than one occasion) ---- See also [Things British ] - [Things Japanese] ---- [Arts and crafts of Tcl-Tk programming]