HighTechTalks DotNet Forums  

Different content encoding by browsers

ASP.net Mobile microsoft.public.dotnet.framework.aspnet.mobile


Discuss Different content encoding by browsers in the ASP.net Mobile forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Sara T.
 
Posts: n/a

Default Different content encoding by browsers - 08-23-2004 , 09:04 AM






How can I config to send the content-encoding to the different browser ?

I know it can config in Web.config (globalization section) like this:

<globalization requestEncoding="utf-8" responseEncoding="utf-8" />

But my problem is, this config will apply the whole pages of all browsers. I
need to filter content encoding by browser such as:

MSIE, content will be encoded to Windows-874
Opera, content will be encoded to UTF-8
..
..
..

If possible it could be done by not programmable, just like to put the
filter in browsercaps.

Please help.

Sara T.



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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.