Version 2 of Things Dutch

Updated 2004-09-27 10:22:40 by suchenwi

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

See also Things British - Things Japanese


Arts and crafts of Tcl-Tk programming