"Stephen J. Turnbull" <turnbull(a)sk.tsukuba.ac.jp> writes:
However ... shouldn't we be pedantic and restrict the feature to
ASCII? Nothing over ?\x7F is remotely portable across character
encodings---Hrvoje, you of all people are aware of this; I bet you
have the relevant portions of the Latin-2 table memorized, and I see
no reason why that shouldn't be accessible this way if Latin-1 is.
We lose nothing by allowing Latin 2 this way. The accessibility of
other charsets should be solved systematically, e.g. by allowing \u
for Unicode.
I have this funny feeling that nobody really wants the meaning of
say ?\xB0 to depend on which coding system or language environment
is currently in effect.
Agreed.