diff options
| author | Marijn Haverbeke <[email protected]> | 2011-03-24 12:11:32 +0100 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-25 08:22:52 -0700 |
| commit | a0455144774de6c9dc0ff0e87fe4352f8a70cac3 (patch) | |
| tree | a487499a7e61e5fbda47d93eba806fb02373d1ed /Makefile.in | |
| parent | fix pretty-printer (diff) | |
| download | rust-a0455144774de6c9dc0ff0e87fe4352f8a70cac3.tar.xz rust-a0455144774de6c9dc0ff0e87fe4352f8a70cac3.zip | |
Start making the standard-lib utf-8 aware
Finally implements _str.is_utf8, adds from_chars, from_char, to_chars,
char_at, char_len, (push|pop|shift|unshift)_char. Also, proper
character I/O for streams.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 71d1302c..5a75ae05 100644 --- a/Makefile.in +++ b/Makefile.in @@ -712,6 +712,7 @@ TEST_XFAILS_STAGE0 := $(FLOAT_XFAILS) \ use-import-export.rs \ user.rs \ utf8.rs \ + utf8_chars.rs \ vec-alloc-append.rs \ vec-append.rs \ vec-slice.rs \ |