Eugene Van den Bulke, 15.09.2010 08:08:
I encountered a unicode problem trying to submit the following form.
<form name="Lien1" method="POST" action="http://recherche2.assemblee-nationale.fr/resultats_tribun.jsp" id="Lien1"> <input type="hidden" name="id_auteur" value="Aboud Élie"> <input type="hidden" name="nom_auteur" value="Élie Aboud"> <input type="hidden" name="legislature" value="13"> <input type="hidden" name="typedoc" value="Questions"> </form>
Hmm, yes, looks like the form handling code doesn't properly encode the values. That's a bug. Does anyone know what the correct encoding is for submitting the form? Is it the original encoding of the page? And: what should happen if the values cannot be encoded? Maybe an explicit encoding option would take care of this case. Stefan