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

Home -> Community -> Usenet -> c.d.o.server -> CONVERTing to US7ASCII from WE8ISO8859P1

CONVERTing to US7ASCII from WE8ISO8859P1

From: Kevin <kpd98_at_worldnet.att.net>
Date: Sun, 15 Jul 2001 02:33:45 GMT
Message-ID: <3B51005C.D19F6BBC@worldnet.att.net>

Any ideas why the CONVERT function does this?

SELECT CONVERT('informaciĆ³n', 'US7ASCII', 'WE8ISO8859P1') FROM DUAL

The SQL above returns "informacion" without the "grave" over the 'o' which is what I want.

However ...

SELECT CONVERT('campaƱa', 'US7ASCII', 'WE8ISO8859P1') FROM DUAL

Removes the '~' and substitues a '?' and returns "campa?a" I was expecting: "compana"

I am running this SQL on SunOS/Oracle8i. The Oracle8i database character set is US7ASCII.

The data I am trying to load is a text file exported from MS-ACCESS

Any tips or suggestions would be greatly appreciated.

TIA Kevin Received on Sat Jul 14 2001 - 21:33:45 CDT

Original text of this message

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