Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaStrの内容を直にUTF-8として読まない #654

Merged
merged 1 commit into from
Oct 22, 2023

Conversation

qryxip
Copy link
Member

@qryxip qryxip commented Oct 21, 2023

内容

  • JavaApiError::Utf8: <JavaStr<'_, '_, '_> as Deref<Target = CStr>>::to_strとしているところをすべて<Cow<'_, str> as From<&JavaStr<'_, '_, '_>>>::fromに変えることで、存在自体を消しました。

#640 (comment)

以上の内容を独立したPRにしました。

JavaStrの内容は、ドキュメントに書かれている通り"Modified UTF-8"であるため、<Cow<'_, str> as From<&JavaStr<'_, '_, '_>>>を利用するのが適切です。

中の実装を見るとちゃんとinfallibleであるか不安にはなるのですが、それでも少なくともUtf8Errorではなくcesu8::Cesu8DecodingErrorを発するような形になるべきだと思います。

関連 Issue

その他

Copy link
Member

@Hiroshiba Hiroshiba left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ちゃんとわかってないけどLGTM!!

Modified UTF-8

こんなのあるんですね・・・・・・・。

@qryxip qryxip merged commit 5da3f49 into VOICEVOX:main Oct 22, 2023
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants