05.07.2014 Views

UDF 2.00 - OSTA - Optical Storage Technology Association

UDF 2.00 - OSTA - Optical Storage Technology Association

UDF 2.00 - OSTA - Optical Storage Technology Association

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

}<br />

while (unicodeIndex < numberOfChars)<br />

{<br />

if (compID == 16)<br />

{<br />

/* First, place the high bits of the char<br />

* into the byte stream.<br />

*/<br />

<strong>UDF</strong>Compressed[byteIndex++] =<br />

(unicode[unicodeIndex] & 0xFF00) >> 8;<br />

}<br />

/*Then place the low bits into the stream. */<br />

<strong>UDF</strong>Compressed[byteIndex++] = unicode[unicodeIndex] & 0x00FF;<br />

unicodeIndex++;<br />

}<br />

}<br />

return(byteIndex);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!