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 -> Re: Identifying a character in a character set

Re: Identifying a character in a character set

From: <Harry_Boswell_at_deq.state.ms.us>
Date: Fri, 27 Aug 2004 10:38:51 -0500
Message-ID: <ealui01h1n71209e1lnmif58hrbhdnme21@4ax.com>


On Thu, 26 Aug 2004 05:32:20 +1000, "Howard J. Rogers" <hjr_at_dizwell.com> wrote:

>Harry_Boswell_at_deq.state.ms.us wrote:
>
>> I've been searching for thsi information, but I must not be using the
>> right search words. I need to find which Oracle character set
>> supports the Greek character mu (ALT+0181). Anybody got a link?
>>
>> Thanks,
>> Harry Boswell
>
>Well, you could always peruse www.unicode.org. In particular,
>http://www.unicode.org/standard/where/ is always good reading on an
>extremely wet Wednesday afternoon.
>
>But otherwise: AL32UTF8 will always work. As will its UTF16 cousin. Being
>Unicode character sets, they will be able to store pretty much anything you
>can throw at them. For the odd bit of Greek in an otherwise 'English',
>presumably actually American :-(, database, AL32UTF8 would be the better
>choice (it's variable width, so the majority English characters still only
>take one byte. Only the odd bit of foreign input would take double-byte
>storage).
>
>You don't mention a version, but bear in mind that in 9i, the national (ie,
>foreign) character set of a database *must* be Unicode. Therefore, you may
>have to do nothing more than declare the relevant column in the table an
>NVARCHAR2 instead of just a VARCHAR2.
>

I set up a test table with a column defined as NVARCHAR2. My character set on the server is set to US8PC437; my client is also set to US8PC437. When I enter the character, it displays in the INSERT statement properly. But when I retrieve it with a query, or browse the table using TOAD, it displays as "%a". What am I doing wrong?

Thanks,
Harry Received on Fri Aug 27 2004 - 10:38:51 CDT

Original text of this message

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