-
Notifications
You must be signed in to change notification settings - Fork 43
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
つちよし(𠮷,U+20BB7)が表示できない #386
Comments
zmatsuo
added a commit
that referenced
this issue
Oct 30, 2024
- 次の範囲をUTF-8ではないと判定していた - U+20000 (UTF-8: 0xf0 0xa0 0x80 0x80) から - U+3FFFF (UTF-8: 0xf0 0xbf 0xbf 0xbf) まで
zmatsuo
added a commit
that referenced
this issue
Oct 30, 2024
- 発生条件 - 描画幅に合わせてリサイズしたフォントを描画=on - 描画文字にUTF-16(wchar_t)にしたときサロゲートペアの文字が含まれるとき - サロゲートペア範囲 U+010000...U+10FFFF
次の表示が正しくできるようになりました。
バイナリをビルドしました。 |
クローズします。 |
表示できていないとき、4キャラクタ出力されていました。 この文字は U+FFFD で不明な文字のときに表示される文字( replacement character (Wikipedia,jp) )です。 最初の添付画像のフォントは 白源 です。 bash等では
で確認できます。 |
sempreff
pushed a commit
to sempreff/teraterm
that referenced
this issue
Jan 1, 2025
- 次の範囲をUTF-8ではないと判定していた - U+20000 (UTF-8: 0xf0 0xa0 0x80 0x80) から - U+3FFFF (UTF-8: 0xf0 0xbf 0xbf 0xbf) まで
sempreff
pushed a commit
to sempreff/teraterm
that referenced
this issue
Jan 1, 2025
- 発生条件 - 描画幅に合わせてリサイズしたフォントを描画=on - 描画文字にUTF-16(wchar_t)にしたときサロゲートペアの文字が含まれるとき - サロゲートペア範囲 U+010000...U+10FFFF
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: