Hi all,
I get the following message when I execute a script on a chinese windows
installation (codepage for non-unicode applications is cp936). When I run
the same code on english windows I get no message.
How can I interprete it? A hint into documentation would be good, I did not
found something.
I would like have a information
- which string is wrong
- which line of code is responsible for the message
It is a very large script, I've no idea how to find the wrong string and I
can't see any wrong character.

 @ 535 not utf8
SV = PV(0x2fab7b8) at 0x1de2094
  REFCNT = 2
  FLAGS = (POK,pPOK,UTF8)
  PV = 0x3e025dc "\313\316\314\345 9"\0 [UTF8 "\x{2ce}\x{325} 9"]
  CUR = 6
  LEN = 7
SV = PVMG(0x30148ac) at 0x1de2094
  REFCNT = 2
  FLAGS = (SMG,POK,pPOK,UTF8)
  IV = 0
  NV = 0
  PV = 0x3e025dc "\313\316\314\345 9"\0 [UTF8 "\x{2ce}\x{325} 9"]
  CUR = 6
  LEN = 7
  MAGIC = 0x3e025ac
    MG_VIRTUAL = &PL_vtbl_utf8
    MG_TYPE = PERL_MAGIC_utf8(w)
    MG_LEN = 4

Thanks
Torsten Werner

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to