in reply to Re^2: How do I know what encoding was used for form input?
in thread How do I know what encoding was used for form input?
By now (2005) the robust way to deal with this issue is to send out forms pages encoded in utf-8, expecting the forms input to be submitted back using that encoding. This has been in practical use for a couple of years now (e.g at Google) and can be expected to work with any current HTML4-compatible browser. However, there are other browsers still in use which don't fit this description, so it still seems relevant to look at the theory and compare it with observations.
I've used this approach for several websites and it works with all the (reasonably recent) browsers I've tested.
"In theory, theory and practice are the same, but in practice, they never are."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How do I know what encoding was used for form input?
by jhourcle (Prior) on Aug 11, 2005 at 16:01 UTC |