-
Notifications
You must be signed in to change notification settings - Fork 11
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
機能紹介 内部コード #74
Comments
サクラエディタ v2の内部コードはUTF16拡張です。 通常のUTF16との差分は以下です。
サクラエディタ v2は「NEC選定IBM拡張文字」を含むSJISのテキストを正しく表示できません。 |
ご回答ありがとうございます。
Shift_JISで表現した場合、「Windows-31J」の機種依存文字のうち、「NEC特殊文字」と 「IBM拡張文字」に対応していて「NEC選定IBM拡張文字」に非対応、ということでしょうか? |
「非対応」というのが微妙ですが、 Windows-31J → Wide文字列(UTF16LE) → Windows-31J 対応できますが「パフォーマンスの懸念がある+要望がない」で作業してない状態です。 |
お世話になっております。
https://sakura-editor.github.io/intro.html
の中で、
という記述がありますが、現在の状況も間違いないでしょうか?
私は、内部がUnicode化されたSakura Editorがリリースされて久しいものと思っています。
The text was updated successfully, but these errors were encountered: