On 10/31/11 8:20 AM, Steven Schveighoffer wrote:
Why doesn't that simple search work?

foreach (line; stdin.byLine()) {
if (line.canFind("fiancé")) {
writeln("There it is.");
}
}

I think Jonathan answered that quite well, nothing else to add...

I see this as a decoding primitive issue that can be resolved.

Andrei

Reply via email to