Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Currency sign ASCII value 164 ¤
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
![]() |
![]() |