"Konovalov, Vadim" <[EMAIL PROTECTED]> wrote:
:Recently I thought that strings "\xA0" and "\x{A0}" will be interpreted
:differently, namely last one will be interpreted as Unicode (U+00A0)
:
:Quick check with 
:  perl -MDevel::Peek -we "print Dump qq/\xa0/,Dump qq/\x{a0}/"
:shows that "\xA0" and "\x{A0}" both interpreted as not-Unicode.

To me, when not using it to incorporate otherwise inaccesible characters,
the "\x{A0}" mechanism is useful primarily for disambiguation.

I use it regularly when I think it can contribute to clearer code, and in
such use it is directly analagous to the use of braces for disambiguation
of variables, as in "the ${word}s", or "${scalar}[0]".

Hugo

Reply via email to