W
wjm
I've inserted a hex 0419 character in my Word 2007 document using Insert
Symbol with the Arial Unicode MS font.
When I append ".zip" to the document, extract it into a separate folder, and
open the "document.xml" file, I see the following coding:
<w:r>
<w:rPr>
<w:rFonts w:ascii="Arial Unicode MS" w:eastAsia="Arial Unicode MS"
w:hAnsi="Arial Unicode MS" w:cs="Arial Unicode MS" w:hint="eastAsia"/>
</w:rPr>
<w:t>Й</w:t>
</w:r>
When I put my cursor on the Unicode character and view the hex binary
representation, it appears as "D0 99".
What is the logic used to translate "0419" as "D0 99"?
Symbol with the Arial Unicode MS font.
When I append ".zip" to the document, extract it into a separate folder, and
open the "document.xml" file, I see the following coding:
<w:r>
<w:rPr>
<w:rFonts w:ascii="Arial Unicode MS" w:eastAsia="Arial Unicode MS"
w:hAnsi="Arial Unicode MS" w:cs="Arial Unicode MS" w:hint="eastAsia"/>
</w:rPr>
<w:t>Й</w:t>
</w:r>
When I put my cursor on the Unicode character and view the hex binary
representation, it appears as "D0 99".
What is the logic used to translate "0419" as "D0 99"?