about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-08-05 08:06:25 +0000
committerbors <bors@rust-lang.org>2014-08-05 08:06:25 +0000
commit157459be59da13081737c92c085de3d3fe5bbbea (patch)
treed766f861abf0129fd1545ad808bf658bea30181b /src/rustllvm/RustWrapper.cpp
parentade92c6e35c75f9bbb99681bfd6f34fa4711366a (diff)
parentbf2d98e1900d854b88192a439993161c665881fe (diff)
downloadrust-157459be59da13081737c92c085de3d3fe5bbbea.tar.gz
rust-157459be59da13081737c92c085de3d3fe5bbbea.zip
auto merge of #16216 : omasanori/rust/nfkc, r=brson
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
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions