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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: utf8

RE: utf8

From: Steve Main <smain_at_iceboxllc.com>
Date: Wed, 12 Feb 2003 09:28:43 -0800
Message-ID: <F001.0054ACEF.20030212092843@fatcity.com>


Thanks Ian,  

Unfortunately I haven't been able to get this to work either....  

Running the command below from a Windows sqlplus session  

SQL> update product set name = chr(2122) where sku = 'IB1';  

1 row updated.  

SQL> commit;  

Commit complete.  

SQL> select dump(name) from product where sku = 'IB1';  

DUMP(NAME)




Typ=1 Len=2: 8,74  

the windows NLS_LANG is set to AMERICAN_AMERICA.WE8MSWIN1252 which according to Metalink
correct......

-----Original Message-----
Sent: Tuesday, February 11, 2003 4:04 PM To: Multiple recipients of list ORACLE-L

How about  

insert into <TABLE_NAME> (<FIELD_NAME>) values (CHR(2122));  

Ian MacGregor
Stanford Linear Accelerator Center
ian_at_SLAC.Stanford.edu

-----Original Message-----
Sent: Tuesday, February 11, 2003 2:44 PM To: Multiple recipients of list ORACLE-L

Hello List,  

I have built a database with a character set of UTF8 and I'm trying to insert character code 2122 "(TM) Trademark". I'm having trouble coming up with a way to do this.....  

anyone had to deal with this before?  

Thanks  

Steve    

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Steve Main
  INET: smain_at_iceboxllc.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Feb 12 2003 - 11:28:43 CST

Original text of this message

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