mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 23:50:25 +08:00
Remove not-so-helpful links to unicode; reference strings section
This commit is contained in:
parent
0148504de4
commit
17da2c95a2
@ -190,10 +190,8 @@ ideographs, emoji, and zero width spaces are all valid `char`s in Rust. Unicode
|
||||
Scalar Values range from `U+0000` to `U+D7FF` and `U+E000` to `U+10FFFF`
|
||||
inclusive. A "character" isn’t really a concept in Unicode, however, so your
|
||||
human intuition for what a "character" is may not match up with what a `char`
|
||||
is in Rust. It also means that `char`s are four bytes each. You can learn more
|
||||
about Unicode Scalar Values at
|
||||
*http://www.unicode.org/glossary/#unicode_scalar_value* and find a chart for
|
||||
all unicode code points at *http://www.unicode.org/charts/*.
|
||||
is in Rust. We'll discuss this in more detail in the Strings section of Chapter
|
||||
XX.
|
||||
|
||||
### Compound Types
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user