I posted the following question under "security- membership controls" but did not receive a reply. Perhaps I should post it here under localization and will get the right people to read and hopefully have the answer (Moderator, if I am not allowed to post the same posting twice, please forgive me and simply delete this. Thanks)
*******************
I use the <%Password%> and <%Username%> to insert the password and username to a html to create my own email. However, my problem is the password and usename can only be read properly using unicode encoding. Instead, I like them to be displayed properly when the GB2312 encoding is used (since most of my site's users uses mail clients that are set with GB2312 and will always read emails using the GB2321 encoding. Some web based email clients will not even allow the user to switch to the unicode encoding.)
I have tried everything I can think of to make it work- saving the file in GB2312 encoding, use GB2312 meta tags, use the "<%@ Page RequestEncoding="gb2312" ResponseEncoding="gb2312" %>", etc. Nothing works. Can someone help? Thanks