[Issue 20134] autodecode should use replacementDchar rather than throwing on invalid

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 15 22:58:29 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=20134

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
Over time, common practice has evolved from rejecting malformed UTF to
replacing it with replacementDchar, which enables the application (like a web
browser) to continue processing.

Code should also be faster with this change.

--


More information about the Digitalmars-d-bugs mailing list