On 06/02/2016 04:01 PM, Timon Gehr wrote:
assert("ö".all!(c => c == 'ö')); // fails
As expected. Different code units for different folks. That's a different matter than walking blindly through code units. -- Andrei
Andrei Alexandrescu via Digitalmars-d Thu, 02 Jun 2016 13:32:06 -0700
On 06/02/2016 04:01 PM, Timon Gehr wrote:
assert("ö".all!(c => c == 'ö')); // fails
As expected. Different code units for different folks. That's a different matter than walking blindly through code units. -- Andrei