On 03/12/2014 07:08 PM, silvioprog wrote: > > It is not hard to allow chars like "ã", "Ã", "ñ", "Ñ", "ç", "Ç", "ä", > "Ä" etc. I left the function a little faster too: > ???? These beasts in UTF-8 are not "char" s (but multi-Byte codes) so your example code "c: char" ... will not work :-( . -Michael