c# - Detecting and replacing all smilies in a string -


this question has answer here:

i have integration facebook , have notice thay sends example u+1f600 called grinning face. when try store in mysql text field server not support 4-byte encoded fast solution remove these special chars string.

the question how? know u+1f600 suspect there more of them.

consider switching mysql utf8mb4 encoding... https://mathiasbynens.be/notes/mysql-utf8mb4


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -