C# - Unity Unicode string encoder like JSON Unicode encoder (\u)
Unicode is different handicap for multilingual projects. JSON String encode is good option for strings to encode \u format. I see C# Encoding conversion Newtonsoft Json string encode not good working for encode string.
I hope this code will give you the relief you need.