Heya,
I have an xml, from:
<key>Application Version</key><string>3.2.6721.35740</string>
listing this:
<key>FilePersistentId</key><string>ÿ2</string>
Whereas in an older version:
<key>Application Version</key><string>3.2.6700.32523</string>
the same was formatted with NCRs like this:
<key>FilePersistentId</key><string>ÿ2</string>
[PS - blaergh ... the forum software also reformats NCR into UTF-8 characters... the above ÿ2 should read the following (without the spaces...):
<key>FilePersistentId</key><string>& # 2 5 5 ; 2</string>]
Was this a conscious & global change ?
Or is this a setting/variable ?
I'm asking as I'm seeing some erratic errors with programs consuming the xmls that weren't present with NCR encoding... and since Apple (did) use NCRs (afaik), I was just wondering what the state/intention is here.
Cheers.
c.