[Typo3-dev] RFC: Bug #277: utf-8 + JSMENU/feAdminLib

Andreas Schwarzkopf schwarzkopf.no.spam at artplan21.de
Thu Oct 20 20:02:20 CEST 2005


Hi Bernard,

Bernhard Kraft schrieb:

> The proble with this procedure is not that the fields can't get 
> transfered correctly to the server but rather that
> the new form which gets generated has code to fill in the values of the 
> fields. This code which fills in the fields
> is the code in question. 

exactly. The garbage is created before it is sent to the server.

> An example is:
> 
> updateForm('fe_users_form','FE[fe_users][username]',unescape('kraftb%C3%A3%C2%B6z%C3%A3%C2%BC')) 
> 
> 
> which set's the username of the field. And my solution would be to 
> change T3 code so it generates this line like:
> 
> updateForm('fe_users_form','FE[fe_users][username]', 'kraftbözü')
> 
> notice the special characters "ö ü" in the string. Old browser wouldn't 
> have accepted them but modern do.

OK, then I vote for your solution. Netscape 3.0 - what is that? ;-)

grtx

Andreas




More information about the TYPO3-dev mailing list