If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > The use of unicode in ASP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-29-03, 14:39
ElaineB ElaineB is offline
Registered User
 
Join Date: Jul 2003
Posts: 4
The use of unicode in ASP

Hi all,

I''m getting confused with the use of unicode in asp. I have a page which sends an unicode email and will display a dynamic unicode message after sended.

When I set <%@codepage=65001%> at the beginning of the page, I can display the unicode message correctly after sended but receving a mail which displays as "?????" for the characters.

However, when I set <%session.codepage=65001%> instead of <%@codepage=65001%, then I got the right translated email, but the dynamic unicode message cannot display correctly at this time!

It will be very appreciate for anyone who point out my problem.

Thanks very much !
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
Pingbacks are On
Refbacks are On