NStack icon indicating copy to clipboard operation
NStack copied to clipboard

New Stack - Explorations on Unicode, IO, new idioms and error handling for .NET

Results 26 NStack issues
Sort by recently updated
recently updated
newest added

Should be possible. https://tehgm.net/blog/docfx-github-actions/

Causing `System.IndexOutOfRangeException` in `bisearch(uint rune, uint [,] table, int max)` at `if (rune < table [0, 0] || rune > table [max, 1])`

Changes include: - Adding the empty dependency groups via the built-in supported mechanism in NuGetizer (`

Is there any way to obtain the number of columns occupied by a `Rune `other than by the range of `Unicode `characters as currently done by the `ColumnWidth `method?

question

Need to surface this one, based on Rune.ColumnWidth, to easily compute the console-visible length of a ustring.

Hello, Can someone explain me the difference between System.Rune (NStack) and System.Text.Rune. Thanks

This is an issue I filed [in gui.cs](https://github.com/migueldeicaza/gui.cs/issues/146) a while ago. I took a look in NStack and I think I found the reason, so I'll open this issue to...

Currently there is no way of getting a range of runes 3 to 10 and no API to find how those runes map to the offsets inside the byte string...