Skip to content

Properly handle non-ascii text #19

@SamRoberts

Description

@SamRoberts

Parts of the fuzzy codebase operate on vectors of characters.

Other parts re-use parts of rust's regex library which operate on raw bytes.

In a few places in the fuzzy code, we naively convert u8 to char, assuming the bytes represent ascii characters.

We should handle non-ascii text properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions