[Issue 10204] std.string does not take title case into account

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10204 Iain Buclaw changed: What|Removed |Added Priority|P2 |P3 --

[Issue 10204] std.string does not take title case into account

2019-12-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10204 berni44 changed: What|Removed |Added CC||bugzi...@d-ecke.de --- Comment #2 from berni44

[Issue 10204] std.string does not take title case into account

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10204 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 10204] std.string does not take title case into account

2013-05-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10204 --- Comment #1 from monarchdo...@gmail.com 2013-05-29 12:19:47 PDT --- Partially fixed here: https://github.com/D-Programming-Language/phobos/pull/1322 Fixes only to[Upper|Lower](InPlace). however, capitalize is still broken. -- Configure