Why this code in others as utf-8, my side run as ASCII
CodePudding user response:
It depends on you to save your code USES text encoding, personal advice for unity, using a wide character, namely wstring STR=L "Chinese";CodePudding user response:
It depends on you to save your code USES text encoding, personal advice for unity, using a wide character, namely wstring STR=L "Chinese";