Skip to content

Issue 18458 - invalid utf on run.dlang.io causes server error #672

@wilzbach

Description

@wilzbach

Moved from https://issues.dlang.org/show_bug.cgi?id=18458

Actually anything (including) '\x80' will cause a server error.

import std.stdio : writeln;

void main()
{
writeln('\x80');
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions