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
普通のUTF-8範囲の入力で異常制御コードを入れる意味はなさそうなので、^Hなどは発見したときにエラーにしてしまうほうがよいかも。(VS Codeがバグで^Hを混入させてしまうことがある)
^H
ASCIIコードで 01, 02, 03, 04, 05, 06, 07, 08, 0b, 0c, 0e, 0f, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 1a, 1b, 1c, 1d, 1e, 1f は本来入らないはず?
The text was updated successfully, but these errors were encountered:
f28f3c4
No branches or pull requests
普通のUTF-8範囲の入力で異常制御コードを入れる意味はなさそうなので、
^H
などは発見したときにエラーにしてしまうほうがよいかも。(VS Codeがバグで^H
を混入させてしまうことがある)ASCIIコードで 01, 02, 03, 04, 05, 06, 07, 08, 0b, 0c, 0e, 0f, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 1a, 1b, 1c, 1d, 1e, 1f は本来入らないはず?
The text was updated successfully, but these errors were encountered: