suresh-kumara / whizzywig

Automatically exported from code.google.com/p/whizzywig
MIT License
0 stars 0 forks source link

accented characters deleted #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
The accented characters (àèìòù) are deleted, after "submit".
The request.Form("control_name") receive the text without accented characters.

Original issue reported on code.google.com by robertoo...@libero.it on 14 Jul 2011 at 9:47

GoogleCodeExporter commented 8 years ago
Does it happens the same with the acute reversed like this áéíóú?

If it does then it's an error on your form processor. Or maybe you need to set 
the document encoding to utf-8

Original comment by jgm...@gmail.com on 2 Aug 2011 at 3:22

GoogleCodeExporter commented 8 years ago
As JGM's question was not answered we'll assume it was a document encoding 
problem:
i.e. you need 

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

in your HTML head.

Can't reproduce the problem under these circumstances so we're closing this 
issue.

Original comment by unve...@gmail.com on 9 Oct 2011 at 4:47