How to save in Hindi in database using MVC application
        Posted  
        
            by user219315
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user219315
        
        
        
        Published on 2010-05-20T14:48:40Z
        Indexed on 
            2010/05/20
            14:50 UTC
        
        
        Read the original article
        Hit count: 339
        
I have a MVC application and using the entity framework model for MYSQL database.
I what to save hindi text in database.
When I using the hindi text then it is showing ?? in database.
I am using ckeditor to enter the text
How can I save the hindi text.I have also changed the collation to utf-8.
Thanks
supriya
© Stack Overflow or respective owner