|
From: | Po Lu |
Subject: | Re: Unicode confusables and reordering characters considered harmful, a simple solution |
Date: | Fri, 05 Nov 2021 14:13:27 +0800 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Stefan Kangas <stefan@marxist.se> writes: > In any case, the above leads me back to the simple idea to raise > byte-compiler (or even `read'?) warnings for the problematic control > characters unless a specific variable is set to t, or unless the piece > of code using them is wrapped in some `with-suppressed-warnings' call. Warning inside read would be extremely counterproductive, as read is used to read many types of data, not just code. And presumably, the other (machine-generated?) data read by read could contain such reordering characters.
[Prev in Thread] | Current Thread | [Next in Thread] |