how to save emoji string to mysql ?
how to save emoji string to mysql ?
i found unidac can not save emoji string to mysql ? how to slove ?
Re: how to save emoji string to mysql ?
To solve the problem, try setting the UseUnicode option to True.
Code: Select all
UniConnection.SpecificOptions.Values['UseUnicode'] := 'True';