Decoding for "Options=EnableHighlighting"

Locked Decoding for "Options=EnableHighlighting"

  • 15. ledna 2009 22:45
     
     
    What sort of encoding is used for "Options=EnableHighlighting"  all that is viewable are square boxes around any related text. 

Všechny reakce

  • 16. ledna 2009 0:07
    Vlastník
     
     Odpovědět

    The API uses UTF-8 encoding.  The begin highlighting character corresponds to Unicode code 0xE000 and the end highlighting character corresponds to Unicode code 0xE001.

    Please refer to the code samples on how to handle these characters on our MSDN documentation. For the web source type for example the code sample is at http://msdn.microsoft.com/en-us/library/dd250950.aspx.

    Thanks!