You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-11-29 16:57:35 +02:00
Merge pull request #81 from google/utf-8-encoding
Mention that strings are UTF-8 encoded
This commit is contained in:
@@ -15,4 +15,4 @@ What you see:
|
|||||||
* Blocks are delimited by curly braces like in C and C++.
|
* Blocks are delimited by curly braces like in C and C++.
|
||||||
* The `main` function is the entry point of the program.
|
* The `main` function is the entry point of the program.
|
||||||
* Rust has hygienic macros, `println!` is an example of this.
|
* Rust has hygienic macros, `println!` is an example of this.
|
||||||
* Rust strings can contain Unicode characters, such as emoji.
|
* Rust strings are UTF-8 encoded and can contain any Unicode character.
|
||||||
|
|||||||
Reference in New Issue
Block a user