Skip to content

The testsuite should not generate strings with invalid characters #12

@neongreen

Description

@neongreen

This is funny:

> import qualified Data.ByteString.UTF8 as BU                  
BU> BU.toString (BU.fromString "\65534") == "\65533"          
True
BU> BU.toString (BU.fromString "\65535") == "\65533"          
True

U+FFFE and U+FFFF are not valid Unicode

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