Return-Path: <root@fatcity.cts.com>
Received: from ensim.rackshack.net (root@localhost)
 by orafaq.net (8.11.6/8.11.6) with ESMTP id h1CLjj906295
 for <oracle-l@orafaq.net>; Wed, 12 Feb 2003 15:45:45 -0600
X-ClientAddr: 209.68.248.164
Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.248.164])
 by ensim.rackshack.net (8.11.6/8.11.6) with ESMTP id h1CLjhQ06287
 for <oracle-l@orafaq.net>; Wed, 12 Feb 2003 15:45:44 -0600
Received: from fatcity.UUCP (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id KAA60952;
 Wed, 12 Feb 2003 10:29:17 -0800 (PST)
Received: by fatcity.com (26-Feb-2001/v1.0g-b72/bab) via UUCP id 0054ACEF; Wed, 12 Feb 2003 09:28:43 -0800
Message-ID: <F001.0054ACEF.20030212092843@fatcity.com>
Date: Wed, 12 Feb 2003 09:28:43 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: Steve Main <smain@iceboxllc.com>
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: Steve Main <smain@iceboxllc.com>
Subject: RE: utf8
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 72; ListGuru (c) 1996-2001 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: multipart/alternative;	boundary="----_=_NextPart_001_01C2D2BB.7E25F7D0"
------_=_NextPart_001_01C2D2BB.7E25F7D0
Content-Type: text/plain

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@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
 
 


------_=_NextPart_001_01C2D2BB.7E25F7D0
Content-Type: text/html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2800.1126" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=167411717-12022003><FONT face="Comic Sans MS" size=2>Thanks 
Ian,</FONT></SPAN></DIV>
<DIV><SPAN class=167411717-12022003><FONT face="Comic Sans MS" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=167411717-12022003><FONT face="Comic Sans MS" 
size=2>Unfortunately I haven't been able to get this to work 
either....</FONT></SPAN></DIV>
<DIV><SPAN class=167411717-12022003><FONT face="Comic Sans MS" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=167411717-12022003><FONT face="Comic Sans MS" size=2>Running 
the command below from a Windows sqlplus session</FONT></SPAN></DIV>
<DIV><SPAN class=167411717-12022003><FONT face="Comic Sans MS" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=167411717-12022003><FONT face="Comic Sans MS" size=2>SQL&gt; 
update product set name = chr(2122) where sku = 'IB1';</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=167411717-12022003><FONT face="Comic Sans MS" size=2>1 row 
updated.</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=167411717-12022003><FONT face="Comic Sans MS" size=2>SQL&gt; 
commit;</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=167411717-12022003><FONT face="Comic Sans MS" size=2>Commit 
complete.</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=167411717-12022003><FONT face="Comic Sans MS" size=2>SQL&gt; 
select dump(name) from product where sku = 'IB1';</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=167411717-12022003><FONT face="Comic Sans MS" 
size=2>DUMP(NAME)<BR>--------------------------------------------------------------------------------<BR>Typ=1 
Len=2: 8,74</FONT></SPAN></DIV>
<DIV><SPAN class=167411717-12022003><FONT face="Comic Sans MS" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=167411717-12022003><FONT face="Comic Sans MS" size=2>the 
windows NLS_LANG is set to AMERICAN_AMERICA.WE8MSWIN1252 which according to 
Metalink</FONT></SPAN></DIV>
<DIV><SPAN class=167411717-12022003><FONT face="Comic Sans MS" 
size=2>correct......</DIV>
<DIV><BR></DIV></FONT></SPAN>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> MacGregor, Ian 
  A. [mailto:ian@SLAC.Stanford.EDU] <BR><B>Sent:</B> Tuesday, February 11, 2003 
  4:04 PM<BR><B>To:</B> Multiple recipients of list ORACLE-L<BR><B>Subject:</B> 
  RE: utf8<BR><BR></FONT></DIV>
  <DIV><SPAN class=777505923-11022003><FONT face=Arial color=#0000ff size=2>How 
  about</FONT></SPAN></DIV>
  <DIV><SPAN class=777505923-11022003><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=777505923-11022003><FONT face=Arial color=#0000ff 
  size=2>insert into &nbsp;&lt;TABLE_NAME&gt; (&lt;FIELD_NAME&gt;)&nbsp; values 
  (CHR(2122));</FONT></SPAN></DIV>
  <DIV><SPAN class=777505923-11022003><FONT face=Arial color=#0000ff 
  size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV><SPAN class=777505923-11022003><FONT face=Arial color=#0000ff size=2>Ian 
  MacGregor</FONT></SPAN></DIV>
  <DIV><SPAN class=777505923-11022003><FONT face=Arial color=#0000ff 
  size=2>Stanford Linear Accelerator Center</FONT></SPAN></DIV>
  <DIV><SPAN class=777505923-11022003><FONT face=Arial color=#0000ff 
  size=2>ian@SLAC.Stanford.edu</FONT></SPAN></DIV>
  <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
    <DIV></DIV>
    <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
    face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Steve Main 
    [mailto:smain@iceboxllc.com] <BR><B>Sent:</B> Tuesday, February 11, 2003 
    2:44 PM<BR><B>To:</B> Multiple recipients of list 
    ORACLE-L<BR><B>Subject:</B> utf8<BR><BR></FONT></DIV>
    <DIV><SPAN class=425214122-11022003><FONT face="Comic Sans MS" size=2>Hello 
    List,</FONT></SPAN></DIV>
    <DIV><SPAN class=425214122-11022003><FONT face="Comic Sans MS" 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=425214122-11022003><FONT face="Comic Sans MS" size=2>I have 
    built a database with a character set of UTF8 and I'm 
    trying</FONT></SPAN></DIV>
    <DIV><SPAN class=425214122-11022003><FONT face="Comic Sans MS" size=2>to 
    insert character code 2122 "(TM) Trademark".&nbsp; I'm 
    having</FONT></SPAN></DIV>
    <DIV><SPAN class=425214122-11022003><FONT face="Comic Sans MS" 
    size=2>trouble coming up with a way to do this.....</FONT></SPAN></DIV>
    <DIV><SPAN class=425214122-11022003><FONT face="Comic Sans MS" 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=425214122-11022003><FONT face="Comic Sans MS" size=2>anyone 
    had to deal with this before?</FONT></SPAN></DIV>
    <DIV><SPAN class=425214122-11022003><FONT face="Comic Sans MS" 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=425214122-11022003><FONT face="Comic Sans MS" 
    size=2>Thanks</FONT></SPAN></DIV>
    <DIV><SPAN class=425214122-11022003><FONT face="Comic Sans MS" 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=425214122-11022003><FONT face="Comic Sans MS" 
    size=2>Steve</FONT></SPAN></DIV>
    <DIV><SPAN class=425214122-11022003><FONT face="Comic Sans MS" 
    size=2></FONT></SPAN>&nbsp;</DIV>
    <DIV><SPAN class=425214122-11022003><FONT face="Comic Sans MS" 
    size=2></FONT></SPAN>&nbsp;</DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C2D2BB.7E25F7D0--
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Steve Main
  INET: smain@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@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).

