You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Similar to the python file header encoding, the first line of code
- * - coding:utf-8 - * -
When coding is not uniform, the editor often overwrites the entire code
Result in code rewrite
I think we should unify the encoding. The default encoding of VS is not necessarily utf-8, sometimes gbk, but UTF-8 by default of gcc. When we switch compiler tools, we often encoding in disorder.
2. Another problem is to add the original string like python, r"STR".
3. Add iterator callback function
Sort(@{ (key) => key}, array)
The text was updated successfully, but these errors were encountered:
1. Similar to the python file header encoding, the first line of code
- * - coding:utf-8 - * -
When coding is not uniform, the editor often overwrites the entire code
Result in code rewrite
I think we should unify the encoding. The default encoding of VS is not necessarily utf-8, sometimes gbk, but UTF-8 by default of gcc. When we switch compiler tools, we often encoding in disorder.
2. Another problem is to add the original string like python, r"STR".
3. Add iterator callback function
Sort(@{ (key) => key}, array)
The text was updated successfully, but these errors were encountered: