about summary refs log tree commit diff
path: root/src/rustllvm/PassWrapper.cpp
diff options
context:
space:
mode:
authorOGINO Masanori <masanori.ogino@gmail.com>2014-08-03 23:41:05 +0900
committerOGINO Masanori <masanori.ogino@gmail.com>2014-08-03 23:41:05 +0900
commitbf2d98e1900d854b88192a439993161c665881fe (patch)
tree136c0026774465a3c44b14159dcc75c1ab09ad1d /src/rustllvm/PassWrapper.cpp
parent845ff6567fc9e5cb35a61aa77de79343cdb125d7 (diff)
downloadrust-bf2d98e1900d854b88192a439993161c665881fe.tar.gz
rust-bf2d98e1900d854b88192a439993161c665881fe.zip
Remove the "NFKC clause" in the reference manual.
The reference manual said that code is interpreted as UTF-8 text and a
implementation will normalize it to NFKC. However, rustc doesn't do
any normalization now.

We may want to do any normalization for symbols, but normalizing whole
text seems harmful because doing so loses some sort of information even
if we choose a non-K variant of normalization.

I'd suggest removing "normalized to Unicode normalization form NFKC"
phrase for the present so that the manual represents the current state
properly. When we address the problem (with a RFC?), then the manual
should be updated.

Closes #12388.

Reference: https://github.com/rust-lang/rust/issues/2253

Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
Diffstat (limited to 'src/rustllvm/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions