UTF8 unicode problems...
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > IIS ASP > UTF8 unicode problems...




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    UTF8 unicode problems...  
FX


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-23-04 05:34 PM

Hi,

All instructions seems to be good in my ASP script page:
- @Codepage=65001 or Session.CodePage=65001
- Response.charSet="utf-8"

But I have many other coding problems with utf-8:
- can't put éàè... characters in javascript comments because ASP files
must be saved in ANSI format
- must save my client javascript file in UTF-8 cause of special
characters in comments (french attitude...)
- can't use standard upload components (free components like
aspSmartUpload understands UTF8 Upload with special characters but not the
aspSmartUpload Request object to retreive other <Form> values )
- For Each syntax in multivalued Request object doesn't work (the
variant seems to be an ANSI encoded character). Ex: For Each foo in
request("Foo") => foo contains wrong encoded characters (not UTF-8)
- AND SO ON....

Where can I get exhautive rules to develop ASP web application in utf-8
charset ? Is there a simple way to develop utf-8 compilant ASP
webapplication ?

regards,

FX







[ Post a follow-up to this message ]



    RE: UTF8 unicode problems...  
Jim Shaker


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
05-30-04 04:53 PM

Make this header part of resulted html page. ie: let javascript code see the
m

<meta http-equiv="Content-Type" content="text/html; charset=utf-1-1">

Hope this will help

----- FX wrote: -----

Hi,

All instructions seems to be good in my ASP script page:
- @Codepage=65001 or Session.CodePage=65001
- Response.charSet="utf-8"

But I have many other coding problems with utf-8:
- can't put éÃ_è... characters in javascript comments because ASP files
must be saved in ANSI format
- must save my client javascript file in UTF-8 cause of special
characters in comments (french attitude...)
- can't use standard upload components (free components like
aspSmartUpload understands UTF8 Upload with special characters but not the
aspSmartUpload Request object to retreive other <Form> values )
- For Each syntax in multivalued Request object doesn't work (the
variant seems to be an ANSI encoded character). Ex: For Each foo in
request("Foo") => foo contains wrong encoded characters (not UTF-8)
- AND SO ON....

Where can I get exhautive rules to develop ASP web application in utf-8
charset ? Is there a simple way to develop utf-8 compilant ASP
webapplication ?

regards,

FX








[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 02:49 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register