Detecting User's browser encoding-->Auto-Select

E

Effie

Hi!
Is there a way to detect if the "Auto-select" is been checked on the
user's browser?

TIA, Effie
 
V

VK

Effie said:
Hi!
Is there a way to detect if the "Auto-select" is been checked on the
user's browser?

The used charset is a "mandatory* piece of information you have to
provide for your page: either over server response header, or over meta
element on the page itself. The declared charset will be used by
browser either "Auto-select" is chosen or not.
Auto-select is not some kind of special charset - it is an instruction
to browser that "if author did not provide charset info, try to guess
it by some formal signs".
As you will never be such terribly bad author (will you? ;-) then the
state of this option should not bother you at all.
 
T

Thomas 'PointedEars' Lahn

VK said:
The used charset is a "mandatory* piece of information you have to
provide for your page:

No, it is not.
either over server response header,

This is recommended (SHOULD) "when it is known that it will not confuse
the recipient."
or over meta element on the page itself.

This is recommended against, because the above mentioned response header
MUST be respected.


PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top