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

Home -> Community -> Usenet -> c.d.o.tools -> Re: ASCII question, browser converting characters incorrectly

Re: ASCII question, browser converting characters incorrectly

From: <bsc7080_at_mindspring.com>
Date: 2000/06/22
Message-ID: <f2l5lss6ug1hrpblkrb5vpq5ncu76lpi0r@4ax.com>#1/1

Any chance you could replace any existence of an ampersand with CHR(38) as in

CHR(38) || 'nbsp;' gives you &nbsp;

On Wed, 21 Jun 2000 18:19:13 GMT, lvcampbell_at_my-deja.com wrote:

>One of my developers posed this question to me and I was curious if
>anyone had any ideas. Our character set is USASCII7.
>
>The problem that we are having is that when we edit certain areas of
>content, special character codes like &copy; and &149; are translated by
>the browser as © and • respectively. Thus when we save the changes from
>the browser(perform an update) the ASCII characters themselves are being
>saved to the database... but Oracle does not seem to support these
>characters and instead saves something like a period (.) or a box ( ).
>
>Any ideas on how to keep these characters coded as they were originally?
>
>Thanks,
>
>Laine
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.
Received on Thu Jun 22 2000 - 00:00:00 CDT

Original text of this message

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