How can I get a ° character into a string?
|
Put this line at the top of your source
If your editor uses a different encoding, substitute for utf-8 Then you can include utf-8 characters directly in the source |
|||||
|
|
This is the most coder-friendly version of specifying a unicode character:
Note: must be a capital N in the It's easier to remember the name of a character than its unicode index. It's also more readable, ergo debugging-friendly. The character substitution happens at compile time: the
|
||||
|
|
BTW, all I did was search "unicode degree" on Google. This brings up two results: "Degree sign U+00B0" and "Degree Celsius U+2103", which are actually different:
|
|||||||||
|