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


User cmc changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|RESOLVED                  |UNCONFIRMED
--------------------------------------------------------------------------------
              Resolution|WORKSFORME                |
--------------------------------------------------------------------------------




------- Additional comments from c...@openoffice.org Thu Dec  2 09:59:59 +0000 
2010 -------
appendLiteralStringEncrypt in 3.3 always exports as RTL_TEXTENCODING_ASCII_US 

We have:

rtl::OUString aURL = aTargetURL.GetMainURL( (nSetRelative || eTargetProtocol ==
INET_PROT_FILE) ? INetURLObject::DECODE_WITH_CHARSET : INetURLObject::NO_DECODE 
);
appendLiteralStringEncrypt(aURL)

so if its a file (or relative) then we DECODE_WITH_CHARSET, which defaults to
UTF8 and turns %XX back into utf-8 chars, which can't be converted to ASCII and
become ?

---------------------------------------------------------------------
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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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

Reply via email to