On Tuesday, November 22, 2011 17:38:36 Andrea Fontana wrote: > I guess I should use wchar instead of char. :) Individual characters really should be processed as dchars in the general case. There's a simple solution here though: char[] chars = "àèì"; - Jonathan M Davis