special characters strange behavior
        Posted  
        
            by andufo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by andufo
        
        
        
        Published on 2010-06-01T20:12:10Z
        Indexed on 
            2010/06/01
            20:23 UTC
        
        
        Read the original article
        Hit count: 302
        
Hi, i have this string in my utf-8 mysql DB: "Pruebá de eñes"
When i print it like plain text, everything works ok, but if i load that same field inside an input, textarea, etc, it becomes: "Pruebá de eñes"
How can i solve this problem? =(
© Stack Overflow or respective owner