MySQL don't want to store unicode charecter
        Posted  
        
            by Qiao
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Qiao
        
        
        
        Published on 2010-04-22T15:31:25Z
        Indexed on 
            2010/04/22
            15:53 UTC
        
        
        Read the original article
        Hit count: 296
        
Why MySQl don't wont to store unicode character ??? Yes, it is rare hieroglyph, you wouldn't see it in the browser.
UTF16 is U+2B5EE
Warning: #1366 Incorrect string value: '\xF0\xAB\x97\xAE' for column 'ch' at row 1
Is it possible to store this character in MySQL?
© Stack Overflow or respective owner