On Tue, Aug 09, 2005 at 03:17:51PM +0400, Konovalov, Vadim wrote:
> One need to use correct re-encoding functions or write "\x{A0}" instead of
> \xA0

That shouldn't make any difference:

$ ./perl -Ilib -MDevel::Peek -e 'Dump "\xA0"'
SV = PV(0x985de28) at 0x985cce0
  REFCNT = 1
  FLAGS = (PADTMP,POK,READONLY,pPOK)
  PV = 0x9864f80 "\240"\0
  CUR = 1
  LEN = 4

$ ./perl -Ilib -MDevel::Peek -e 'Dump "\x{A0}"'
SV = PV(0x9adce28) at 0x9adbce0
  REFCNT = 1
  FLAGS = (PADTMP,POK,READONLY,pPOK)
  PV = 0x9ae3f80 "\240"\0
  CUR = 1
  LEN = 4


-- 
A major Starfleet emergency breaks out near the Enterprise, but
fortunately some other ships in the area are able to deal with it to
everyone's satisfaction.
    -- Things That Never Happen in "Star Trek" #13

Reply via email to