I will add one more thing because it may not be clear. If you use PDBookmarkGetTitle, it will convert a UTF-16BE bookmark into PDFDocEncoding. These special Unicode characters will already be gone. You should look instead at PDBookmarkGetTitleASText (here "ASText" is the type ASText, not the words As Text). ASText is Unicode so you can get the Unicode character you need. I repeat, DO NOT CONVERT TO A CSTRING.
↧