Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Escape unicode chars

Brian TkatchJul 23 2012 — edited Jul 24 2012
I'm trying to percent encode unicode characters (when they come up). I just came up to: é

SELECT UTL_URL.ESCAPE('é') FROM Dual;

returns: %BF

What i need is: %C3%A9

Is there a way to get that in Oracle?

----------------

Alternatively, if the "é" could be turned into an "e", it would probably be just fine.

Edited by: Brian Tkatch on Jul 23, 2012 1:29 PM
This post has been answered by odie_63 on Jul 24 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 21 2012
Added on Jul 23 2012
24 comments
4,783 views