Special characters (accents, graves,umlauts etc)  are displayed in
HTML by using the format:

        à  for �
        ä  for �
        etc

      At some point somebody will have to do this translation for you. I
wouldn't expect Oracle to do it, I could be wrong.

      One quick debugging would be to look at the Source of the generated
code and see what you find there.

      
      Hope this helps.


      Aby

      
> -----Original Message-----
> From: Fred Bruegmann [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, April 20, 1999 11:12 AM
> To:   [EMAIL PROTECTED]
> Subject:      [ND] Multilanguage question
> 
> I am accessing a database that has the same text stored in several
> different languages.  Depending on what language the user selects we
> populate the page the appropriate text strings.  The text is stored in
> Oracle in UTF8 format on an Oracle8 server.
> 
> The problem I'm having is that I can't get the special characters
> (accents, graves,umlauts) etc to display properly in the browser.  I've
> tried using alter session SQL statements to set the nls_language and
> nls_territory by using executeimmediate in the onBeforeExecuteEvent of
> the dataobject (tested with a single worker/1 worker per process RDBMS
> configuration to ensure that I didn't hit a different connection when
> the actual query is executed) and have also tried setting a locale for
> the datasource in the onAfterInitEvent of the ds.  So far none of this
> has allowed me to display the text correctly in the browser.  I have
> verified that I can display other sites with the languages we are using
> on my browser so I think I have the fonts the browser needs.
> 
> Does anyone have any idea what I'm doing wrong?
> 
> Thanks for your help.
> 
> Fred
> 
> _________________________________________________________________________
> 
> For help in using, subscribing, and unsubscribing to the discussion
> forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
> 
> For dire need help, email: [EMAIL PROTECTED]
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to