On Saturday, 19 April 2014 at 11:21:05 UTC, Tobias Pankrath wrote:
On Saturday, 19 April 2014 at 10:31:28 UTC, Jacob Carlborg wrote:
On 2014-04-19 12:21, bearophile wrote:

Better to move it in std.ascii instead of removing it.

The current implementation works with more characters than ASCII.

Or replace characters whose upper case representation is bigger than the lower case representation with U+FFFD or similar.

Replacing a character with FFFD is only acceptable if it was invalid to begin with. Doing it because it's convenient is not acceptable.

Reply via email to