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

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

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

2021-11-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20134 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

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

2019-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20134 Jon Degenhardt changed: What|Removed |Added CC||jrdemail2000-dl...@yahoo.co

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

2019-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20134 --- Comment #4 from Vladimir Panteleev --- (In reply to Walter Bright from comment #1) > Over time, common practice has evolved from rejecting malformed UTF to > replacing it with replacementDchar, which enables the application (like a > web

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

2019-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20134 Vladimir Panteleev changed: What|Removed |Added CC||dlang-bugzilla@thecybershad

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

2019-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20134 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

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

2019-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
--- @WalterBright updated dlang/phobos pull request #7144 "fix Issue 20134 - autodecode should use replacementDchar rather than throwing on invalid" fixing this issue: - fix Issue 20134 - autodecode should use replacementDchar rather than throwing on invalid https://github.com/dlang/phobos/pull/7144 --

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

2019-08-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20134 --- Comment #1 from Walter Bright --- 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