Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Weird discrepancy with ICU4X #105

Open
@aumetra

Description

@aumetra

So, to set the scene here, I have a proptest between two libraries set up. One of the libraries usesunicode-normalization under the hood, the othericu_normalizer.

I expected that both output the same values, but my CI exploded at some point on the weird string"\u{11366}\u{113ce}".
When put through the NFC normalizer, you get two different outputs:

  1. unicode-normalization:"\u{113ce}\u{11366}"
  2. icu_normalizer:"\u{11366}\u{113ce}"

Just a fun little thing I thought I'd report since it's technically a correctness issue (I'm just not good enough with Unicode to determine whether it's an issue with ICU4X or this crate).

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


      [8]ページ先頭

      ©2009-2025 Movatter.jp