NStack
NStack copied to clipboard
New Stack - Explorations on Unicode, IO, new idioms and error handling for .NET
Perhaps ustring should be "u8string" to indicate the utf8 nature of it, and we introduce a "ustring" that is rune-indexable, which is a List
For code like this: ustring.Make (new List () {.....})
Wonder if there is any interest in being able to write a literal ustring that may contain embedded non-UTF16 friendly bytes? I was thinking that if you provide a parser...
Try pasting "漢語" on the input line, that takes up 4 characters, but we are not aware of this.
A tool to build ustrings.