rust/src/libunicode
Patrick Walton e8d6031c71 libsyntax: Forbid escapes in the inclusive range \x80-\xff in
Unicode characters and strings.

Use `\u0080`-`\u00ff` instead. ASCII/byte literals are unaffected.

This PR introduces a new function, `escape_default`, into the ASCII
module. This was necessary for the pretty printer to continue to
function.

RFC #326.

Closes #18062.

[breaking-change]
2014-11-04 14:58:11 -08:00
..
lib.rs Include the Unicode version used to generate src/libunicode/tables.rs. 2014-10-13 14:07:12 +01:00
normalize.rs unicode: Make statics legal 2014-10-09 09:44:51 -07:00
tables.rs libsyntax: Forbid escapes in the inclusive range \x80-\xff in 2014-11-04 14:58:11 -08:00
u_char.rs Link to Unicode SpecialCasing.txt document 2014-10-11 23:58:48 -04:00
u_str.rs unicode: Fix fallout of changing #[deriving(Clone)] 2014-11-03 18:29:25 -05:00