Type: info
         Title: rtl_UriEncodeStrictKeepEscapes
     Posted by: [EMAIL PROTECTED]
      Affected: -
Effective from: OOo 2.3


*Summary*
--------
rtl/uri.h:
enum rtl_UriEncodeMechanism { ... rtl_UriEncodeStrictKeepEscapes }

com.sun.star.uri.XExternalUriReferenceTranslator.translateToExternal

*Description*
-------------
The implementation of UNO service
com.sun.star.uri.ExternalUriReferenceTranslator in stoc/source/uriproc
has been changed so that
XExternalUriReferenceTranslator.translateToExternal does not signal an
error (return an empty string) when the given internalUriReference
contains spurious non--UTF-8 octets like "%FE", but instead copies
them verbatim into the output.

To implement the above, the addtion of rtl_UriEncodeStrictKeepEscapes
("Like rtl_UriEncodeKeepEscapes, but indicating failure when
converting unmappable characters.") was necessary.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to