To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85820





------- Additional comments from jcs...@openoffice.org Mon May 17 08:55:40 
+0000 2010 -------
Is it Ok?
I removed URL encoding routine as followed. (see wrtw8nds.cxx attached file)
I tested it works in my korean samples.

String BookmarkToWord(const String &rBookmark)
{
// Knife issue0014631
#if 0
    String sRet(INetURLObject::encode(rBookmark,
        INetURLObject::PART_REL_SEGMENT_EXTRA, '%',
        INetURLObject::ENCODE_ALL, RTL_TEXTENCODING_ASCII_US));
    ::std::clog << "Knife: " << __FILE__ << ": " << __LINE__ << " " << 
ByteString(sRet, RTL_TEXTENCODING_UTF8).GetBuffer() << ::std::endl;
#endif
   
    String sRet = rBookmark; // Knife
    return TruncateBookmark(sRet);
}


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to