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 -> national language support

national language support

From: Ansgar Scherp <Ansgar.Scherp_at_Artis.Uni-Oldenburg.DE>
Date: 1997/09/01
Message-ID: <340AE1DB.4125532E@Artis.Uni-Oldenburg.DE>#1/1

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

Original text of this message

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