I changed all the fields that stores strings in my database to utf8, but am not able to make store-type character: † among others ...What else should I change so you can store any character?
Replace Yours in creat character implmentQuote:
I changed all the fields that stores strings in my database to utf8, but am not able to make store-type character: † among others ...What else should I change so you can store any character?
Name = Encoding.UTF8.GetString(buffer, 24, 16).Replace("\0","");