Skip to content

Non-breaking space characters are truncated by Unicode.Transform.LatinAscii.transform/1 #2

@arcanemachine

Description

@arcanemachine

When using Unicode.Transform.LatinAscii.transform/1 to transform strings that contain "non-breaking space" characters (e.g.  ), the non-breaking spaces are being truncated:

iex> Unicode.Transform.LatinAscii.transform("There and Back Again")
"There andBack Again"

Is this intentional behavior, or is this something that should be handled differently by this function? (I would have assumed that these characters would be converted to a regular space character.)

Thanks

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