You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

How do I enable encoding in my forms ?

You might have enabled all possible UTF-8 settings, only to find out that your forms still aren't handling your characterset correctly. Rainer did some hunting and found this:

Either add accept-charset as attribute to the form tag OR create a hidden tag with name "charset" that the browser will fill in ... (See http://ppewww.ph.gla.ac.uk/~flavell/charset/form-i18n.html)

Note: for SAF2 a default overridable UTF-8 encoding will be added to the form template. This should solve this problem automatically, but for WW 2.2.2 users, this might be interesting.

  • No labels