I work on my project on both Mac and Windows. Some editor headers were written in Visual Studio on Windows in Chinese, and were encoded in GBK(default I guess). However they don't show properly on mac version Unity.
[Header("Header example")]
[Tooltip("Tooltip example")]
How to make editor to support showing GBK encoding Headers and Tooltips? Thanks!
