char[] + utf-8 + canFind == bug?

Jonathan M Davis jmdavisProg at gmx.com
Tue Nov 22 08:49:49 PST 2011


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


More information about the Digitalmars-d mailing list