Hi

Your problem lies in layout.phtml (application/layout/scripts) and there on
line 4:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

The charset you have there does not work so well with mixed characters. My
advice is, use UTF-8 instead:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >

If you are going to use a database, also use UTF-8 in there and you should
be fine all through the application.



On Mon, Sep 6, 2010 at 7:21 AM, bananabreeze <sperling_da...@hotmail.com>wrote:

> Hi! Zend_Form has trouble working with swedish characters å,ä and ö.
> -Zend_Form_Element: Using setLabel(), labels containing these chars will be
> set to "" ! -The same will happen to the default data when applying
> Zend_Form()->populate($values) . This makes it very annoying to work with
> non English/American data (to say the least). Anyone else ran into this? ;)
> Now let's look at screenshot and provided sample code... Cheers /Dave [image:
> screenshot] 
> ZendFormTestApplication.zip<http://zend-framework-community.634137.n4.nabble.com/file/n2527917/ZendFormTestApplication.zip>
> ------------------------------
> View this message in context: Zend_Form has a problem with swedish
> characters (å,ä and 
> ö)<http://zend-framework-community.634137.n4.nabble.com/Zend-Form-has-a-problem-with-swedish-characters-a-and-o-tp2527917p2527917.html>
> Sent from the Zend Framework mailing list 
> archive<http://zend-framework-community.634137.n4.nabble.com/Zend-Framework-f634138.html>at
>  Nabble.com.
>



-- 
Greetings,
Christian Riesen
http://christianriesen.com/ - My personal page
http://toreas.com/ - Toreas a free fantasy novel
http://gamewiki.net/ - Open Videogames Wiki

Reply via email to