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

reファイルへの制御コード混入時の対処 #1596

Closed
kmuto opened this issue Nov 11, 2020 · 0 comments
Closed

reファイルへの制御コード混入時の対処 #1596

kmuto opened this issue Nov 11, 2020 · 0 comments

Comments

@kmuto
Copy link
Owner

kmuto commented Nov 11, 2020

普通の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 は本来入らないはず?

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

No branches or pull requests

1 participant