When we copy some text into Xcode, there will be a warning of Treating Unicode character as whitespace. At this time, carefully check the text part of your copy, whether there is a problem with the carriage return and the space. Of course, it is generally impossible to check it out. If you directly delete the carriage return and the space and re-enter it yourself, this is too cumbersome.
The editor is not talented, and a small plan can quickly eliminate this warning
The first step is to paste the text you want to paste into [Text Edit]
You must have seen the culprit
The second step, replace the abnormal character
command +F shortcut key to replace
1) Take the replaced abnormal characters into the search box
2) In the input box that needs to be replaced, enter a space just like
The third step is to paste the replaced text into the Xcode project
Put the replaced text into your Xcode project and you can work happily
After ios9 NSString * urlStr = @ "url address"; unicode...
The basic theory Unicode (Unicode, Unicode, single) is for use on a computer character encoding. It set a unified and unique binary encoding for each language for each character, in order to meet the ...
Character encoding basics Identifiers in Go language can contain "any alphabetic characters that can be represented by Unicode". When converting an integer to a string type, if the integer v...
The full name of Unicode should be unity code, which translates to Unicode. The meaning is to unify the encoding of all characters on the earth. What is encoding? Is to use a number to represent a thi...
Unicode is a character set, but Microsoft regards Unicode as utf-16 on Windows, that is, a character occupies 2 bytes and 16 bits. utf-16 is an encoding rule of Unicode, at the same time there are utf...
ASCII is an international character set. character set Communication between computers will eventually be transformed intoBinary machine code for communication, But it is usually impossible to use mac...
This article is reproduced from: https://my.oschina.net/u/2409292/blog/3145997 LiteOS Studio’s graphical commissioning capabilities are essential for IoT operators! >>> This article ori...
Character Encoding Personal understanding A character needs to be saved in the computer, and the computer can only recognize 0 and 1. This requires a rule to express the relationship between 0 and 1 d...