DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

Results 1 to 2 of 2
  1. #1
    Jamie El Fattal Guest

    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.


  2. #2
    Scott Mitchell Guest

    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

  1. Replies: 1
    Last Post: 05-24-2005, 05:41 AM
  2. Codepage
    By Sync in forum ASP.NET
    Replies: 0
    Last Post: 02-25-2005, 05:14 AM
  3. knowing the charset of the data
    By suman in forum Java
    Replies: 0
    Last Post: 06-10-2002, 11:52 AM
  4. Unicode to Codepage
    By jerry langrick in forum VB Classic
    Replies: 1
    Last Post: 05-18-2002, 09:41 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links