Issues
- 1
"gethexaformat" messes up column widths
#86 opened by cpacejo - 0
Unicode latest version is the 15.0.0.
#87 opened by BDisp - 0
Ustring ConsoleWidth must return the exactly character size or zero and not the Rune.ColumnWidth if it's negative.
#83 opened by BDisp - 0
- 0
Release v1.0.0-pre.1
#76 opened by tig - 0
Move NStack to use gitversion (like Terminal.Gui)
#66 opened by tig - 0
Update CI/CD to regen docs automatically
#59 opened by tig - 0
Move to Gitflow branch ing model
#63 opened by tig - 0
Number of columns occupied by a Rune.
#53 opened by BDisp - 0
ustring.IsNullOrEmpty doesn't work the same way as the string.IsNullOrEmpty method.
#61 opened by BDisp - 4
U+00A0 (non-breaking space) is printable, but ColumnWidth returns -1 instead of 1
#55 opened by Pethical - 0
- 0
MaxRune badly returns IsValid = false
#49 opened by BDisp - 0
There is a need to differentiate between non-printable and null characters in ColumnWidth.
#47 opened by BDisp - 1
ustring.ColumnWidth
#32 opened by migueldeicaza - 0
Replacer Rune with System.Text.Rune
#45 opened by TeddyAlbina - 0
Support unicode chars
#43 opened by awaescher - 1
Have a List<Rune> ToRunes ()
#39 opened by migueldeicaza - 1
- 0
- 1
Rename ustring?
#37 opened by migueldeicaza - 0
- 0
Want ustring.Make (IList<byte> )
#36 opened by migueldeicaza - 0
ustring API should surface Runes, not uints, like enumerators and ToRunes
#35 opened by migueldeicaza - 0
- 0
- 2
- 1
- 1
Move `ustring` to System namespace
#22 opened by migueldeicaza - 2
ustring indexer -> end value should probably not treat 0 as the last element.
#29 opened by migueldeicaza - 0
ustring.Make needs a constructor that takes a rune (in addition to the uint that we have)
#26 opened by migueldeicaza - 0
Rune - rename IsSpace to IsWhiteSpace;
#27 opened by migueldeicaza - 0
Need Rune.IsLetterOrDigit
#28 opened by migueldeicaza - 0
Bring XtermSharp.ConsoleWidth to measure characters, multi-column characters are not accounted for
#25 opened by migueldeicaza - 0
New ustringBuilder
#23 opened by migueldeicaza - 1
Perhaps a mistake in RuneCount()
#21 opened by zhangyuwu - 0
Utf8.InvalidIndex needs to handle special 0xef 0xbf 0xbd - ReplacementChar as an invalid character
#20 opened by migueldeicaza - 6
IntPtrUString liveness issues
#6 opened by Therzok - 9
Overload for Make (IntPtr, ...)
#7 opened by Therzok - 1
- 11
- 1
ustring.IndexOf is broken for sizes > 1
#17 opened by migueldeicaza - 0
String concatenation with fewer allocations
#11 opened by Therzok - 1
Implement IComparable<T> not IComparable
#9 opened by Therzok - 0
Port unicode normalization code
#4 opened by migueldeicaza - 0
Port Bidi support
#3 opened by migueldeicaza - 1
- 0