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 -> Re: Currency sign ASCII value 164 ¤

Re: Currency sign ASCII value 164 ¤

From: <frank.van.bortel_at_gmail.com>
Date: 27 Feb 2006 05:55:22 -0800
Message-ID: <1141048522.275068.241450@e56g2000cwe.googlegroups.com>


try:
select dump(col1) from test;

If you want to see the character correctly, you must use a tool that can display those characters properly, and -possibly- change your environment settings.
For Windows, that means using a different character set and code page. Code page can change with chcp, font is a property of your window.

Regards,
Frank van Bortel Received on Mon Feb 27 2006 - 07:55:22 CST

Original text of this message

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