This topic is locked

Currency Symbol £ not displayed

6/10/2007 4:44:15 PM
ASPRunnerPro General questions
F
funklet author

Hi,
I have built a new project using Build 261 and have the following problem.
When I select the English Language and the English CodePage and they do not change the values in dbcommon.asp. The Currency Symbol is displayed as "$"

If I change them manually in dbCommon.asp

[codebox]cCharset = "Windows-1252"
response.AddHeader "Content-type", "text/html;charset=" & cCharset
dDebug=false

useAJAX=true

suggestAllContent=true
Session.LCID = 2057

session.codepage=1252[/codebox]
The Currency Symbol is then displayed as "#"
Is this a bug or something I am doing wrong.
Kind Regards.

Sergey Kornilov admin 6/10/2007

Seems to be working here:

http://demo.asprunner.net/kornilov444%5Fgm...7/Cars_list.asp
I suspect something is missing on the Web server.

Try to upload your application to Demo Account and test it there.

F
funklet author 6/10/2007

Sergey,
Expert as always, your demo server works fine, have you any ideas as to what to look for on my server, I have checked all the language options etc.
The server is Windows 2003 and IIS 6.0 with all updates.
Kind Regards.

Sergey Kornilov admin 6/10/2007

Demo Server is also Windows 2003 with IIS 6.0.

To make sure all languages work fine we have added all available charsets on Control panel->Regional settings dialog.