I have an Oracle data input which originates from Japan, and has been encoded into the following format:
%u3053%u306E%u30B3%u30FC etc
I need to be able to decode that back into the Japanese characters within PL/SQL. There's a utility called the Java URL Decoder, as shown here.
Does anyone know how to apply the Java URL Decoder within PL/SQL? Or if not that specifically, then any other standard Java script, and I could try to do the same.
Cheers
Moose
%u3053%u306E%u30B3%u30FC etc
I need to be able to decode that back into the Japanese characters within PL/SQL. There's a utility called the Java URL Decoder, as shown here.
Does anyone know how to apply the Java URL Decoder within PL/SQL? Or if not that specifically, then any other standard Java script, and I could try to do the same.
Cheers
Moose
Comment