Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> url unescape Problem

url unescape Problem

From: Björn Wächter <Bjoern.Waechter_at_p3-solutions.de>
Date: Fri, 15 Jul 2005 10:06:59 +0200
Message-ID: <3jp96dFrana4U1@news.dfncis.de>


I have a Problem with the function utl_url.unescape. For example this example works fine:

SELECT utl_url.unescape('%C4') from DUAL returns: Ä

But an Ä can also be coded in the UTF8 style:

SELECT utl_url.unescape('%c3%84') from DUAL returns: ÿ

Is there another function that can handle this?

Thanks Björn



Dipl.-Ing. Björn Wächter
P3 Solutions GmbH
Dennewartstr. 25-27
D-52068 Aachen
Germany
http://www.p3-solutions.com

tel +49(0)241/9437-417
fax +49(0)241/9437-431 Received on Fri Jul 15 2005 - 03:06:59 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US