Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> national language support
Hi all,
I have some problems with converting these silly german characters Ä, Ö
and Ü
to AE, OE and UE.
I tried to convert them using the change()-procedure as the follong
example shows:
owa_pattern.change( temp, 'Ä', 'AE' );
But this doesn't work because change() doesn't recognize an "Ä" in the
string "temp".
Anyone out there who can help me?
Ansgar
BTW: The I/O-string "temp" gets its value via CGI using POST method.
-- http://www.artis.uni-oldenburg.de/~ansgar ATR, Kyuss, Slo-Burn, Pascal, Assembler, Games, Demos, Toolkits, Java, ...Received on Mon Sep 01 1997 - 00:00:00 CDT
![]() |
![]() |