We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ISO-2022-JP からの変換をしようとしているのですが、jconvがどうも ESC ( J つまり 01/11 02/08 04/10 つまり 0x1b 0x28 0x4a のエスケープシーケンスを全く認識していないように思われ、文字化けが生じています。
ESC ( J
01/11 02/08 04/10
0x1b 0x28 0x4a
文字コードは専門ではないので間違っていたら申し訳ないのですが、ここの表3やここやここにはこのシーケンスが定義されており、まあざっくり ESC ( B の「ASCIIに戻る」と同じように扱っても大きな問題はないような気がしています。
ESC ( B
該当行は https://github.com/narirou/jconv/blob/master/jconv.js#L1067 など辺りになります。よろしくお願いします。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ISO-2022-JP からの変換をしようとしているのですが、jconvがどうも
ESC ( J
つまり01/11 02/08 04/10
つまり0x1b 0x28 0x4a
のエスケープシーケンスを全く認識していないように思われ、文字化けが生じています。文字コードは専門ではないので間違っていたら申し訳ないのですが、ここの表3やここやここにはこのシーケンスが定義されており、まあざっくり
ESC ( B
の「ASCIIに戻る」と同じように扱っても大きな問題はないような気がしています。該当行は https://github.com/narirou/jconv/blob/master/jconv.js#L1067 など辺りになります。よろしくお願いします。
The text was updated successfully, but these errors were encountered: