Ciao a tutti. Navigando un po' ho scoperto questo:
Traducendo, il metodo GET gestisce solo ASCII, mentre il POST tutto il set completo ISO10646.The "get" method restricts form data set values to ASCII characters. Only the "post" method (with enctype="multipart/form-data") is specified to cover the entire [ISO10646] character set.
La mia domanda è la seguente: è possibile fare in modo che anche il POST passi solo ASCII?