Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
Saving international chars in access DB from ASP
Old 06-27-2005, 05:47 AM Saving international chars in access DB from ASP
Junior Talker

Posts: 2
Trades: 0
I've just started making a site support multiple languages.

The site stores all of the content in an access database.
I'm using ASP to display, enter and edit all the content.

I'm using utf-8 and Sever.HTMLEncode to display international chars from the database.
eg.
Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Code:
<%= Server.HTMLEncode("øΔευτέρα") %>
This seems to work fine but I can't work out how to enter international chars into the database. If I enter the "ø" char in a text field and write it into the database from ASP it changes into "ø"

Can anyone please tell me what I have to do to enter the correct chars from ASP.

Thanks
Knud is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-28-2005, 03:22 AM
Junior Talker

Posts: 2
Trades: 0
I have it working now
I've added the code
Code:
session.CodePage=65001
and it works now.

Does anyone know how well these characters will display on computers in our countries e.g. Greek, Russian, Dutch, etc.
Knud is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Saving international chars in access DB from ASP
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.10132 seconds with 12 queries