>>The SVD of the CD contains escape sequences that I would call buggy:
>>
>>The first bytes are: 0: '%' 1: '/' 2: 'E' 3: ' '
>
>I would say that %/E is correct for a Level 3 disc, presumably referring
>to Interchange Level 3 (section 10.3 of ISO 9660), although the Joliet
>document does not make that clear.
>
>In every version of the Joliet document I have seen there is a methodical
>inconsistency regarding whether that middle character is / or \ .  I vote
>for / as being correct because:

Looking at the Joliet specs again, it looks like Microsoft can't tell it's
'\' from a '/' ...

From: http://msdn.microsoft.com/library/en-us/wmeother/storage_5o8h.asp?frame=true

   Standard     Level      Decimal         Hex Bytes         ASCII Char
                                                             Equivalent
   UCS-2        Level 1    2/5, 2/15, 4/0  (25)(2F)(40)      '%\@'

   UCS-2        Level 2    2/5, 2/15, 4/3  (25)(2F)(43)      '%\C'

   UCS-2        Level 3    2/5, 2/15, 4/5  (25)(2F)(45)      '%\E'


Hex character 0x2F is '/' not '\' as they state in the 'ASCII Equivalent' ...

So I guess '/' is correct ...

James Pearson


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to