|
-
CodePage vs. Charset
I am working on a website which dynamically displays data
represented in multiple character set encodings via ASP.
Can you explain the difference between the ASP Codepage
commands;
- <%@ CODEPAGE=949 %>
- <% Session.CodePage=949 %>
and the HTML headers/meta data charset parameters;
- Response.Charset
- <meta HTTP-EQUIV="Content-type" Content="text/html; charset=*">
Thank you.
-
Re: CodePage vs. Charset
I have never worked with these commands, having never built an international
Web site...
Anywho, I'd highly recommend you check out the links at this page:
http://www.asplists.com/asplists/aspinternational.asp
Hope that will help! Also, try asking this question on the ASPMessageboard.com...
Happy Programming!
Scott Mitchell
mitchell@4guysfromrolla.com
http://www.4GuysFromRolla.com
http://www.ASPMessageBoard.com
http://www.ASPFAQs.com
* When you think ASP, think 4GuysFromRolla.com!
"Jamie El Fattal" <jamie_elfattal@hp.com> wrote:
>
>I am working on a website which dynamically displays data
>represented in multiple character set encodings via ASP.
>
>Can you explain the difference between the ASP Codepage
>commands;
>
>- <%@ CODEPAGE=949 %>
>- <% Session.CodePage=949 %>
>
>and the HTML headers/meta data charset parameters;
>
>- Response.Charset
>- <meta HTTP-EQUIV="Content-type" Content="text/html; charset=*">
>
>Thank you.
>
Similar Threads
-
By ashokchandu in forum Java
Replies: 1
Last Post: 05-24-2005, 05:41 AM
-
Replies: 0
Last Post: 02-25-2005, 05:14 AM
-
Replies: 0
Last Post: 06-10-2002, 11:52 AM
-
By jerry langrick in forum VB Classic
Replies: 1
Last Post: 05-18-2002, 09:41 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks