issues
search
unicode-rs
/
unicode-width
Displayed width of Unicode characters and strings according to UAX#11 rules.
https://unicode-rs.github.io/unicode-width
Other
216
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
No Git tag for release 0.2.0
#72
bgilbert
closed
5 days ago
0
Please consider providing a variant that treats grapheme clusters "incorrectly" as many terminals do
#71
joshtriplett
closed
1 month ago
6
Update version number in Readme
#70
atouchet
closed
1 month ago
0
Update Unicode version to 16.0.0
#69
chrisduerr
closed
2 months ago
3
Publish 0.2.0 with newlines treated as width 1
#68
Manishearth
closed
2 months ago
0
Treat newlines as width 0 in the 0.1 stream, publish 0.1.14
#67
Manishearth
closed
2 months ago
1
please reconsider re-publishing 0.1.13 as 0.2.0
#66
decathorpe
closed
2 months ago
13
Was there a change introduced in `0.2.12`?
#65
zhiburt
closed
4 months ago
3
unicode-width should retain a semi-stable width function
#64
Manishearth
opened
5 months ago
6
Treat ambiguous `Modifier_Letter`s as narrow
#63
Jules-Bertholet
closed
5 months ago
0
Support `Grapheme_Cluster_Break=Prepend`
#62
Jules-Bertholet
closed
5 months ago
0
Make characters with `Line_Break=Ambiguous` ambiguous
#61
Jules-Bertholet
closed
3 weeks ago
0
Should line breaks be width 0 or 1?
#60
Manishearth
closed
2 months ago
20
fix CI failure
#59
correabuscar
closed
5 months ago
2
include U+0000 in comment
#58
correabuscar
closed
5 months ago
2
Add release automation
#57
joshka
closed
5 months ago
1
Create a changelog
#56
joshka
closed
5 months ago
9
v0.1.13 breaks semver
#55
joshka
closed
5 months ago
25
adapt for rustc-dep-of-std build
#54
krasimirgg
closed
5 months ago
0
Support lots of ligatures
#53
Jules-Bertholet
closed
5 months ago
4
Assign the same CJK width to canonically equivalent strings
#52
Jules-Bertholet
closed
6 months ago
0
Delete `gh-pages` docs
#51
Jules-Bertholet
closed
6 months ago
0
Fix CI link in README
#50
Jules-Bertholet
closed
6 months ago
0
Mark U+070F and U+A8FA as zero width
#49
Jules-Bertholet
closed
6 months ago
0
Lisu tone letters
#48
Jules-Bertholet
closed
6 months ago
0
Add `fmt::Display` wrapper to pad/truncate using correct width
#47
Jules-Bertholet
closed
6 months ago
1
Test width = sum(grapheme cluster widths)
#46
Jules-Bertholet
closed
6 months ago
0
Assign width 1 to control characters
#45
Jules-Bertholet
closed
6 months ago
0
Remove soft hyphen special case
#44
Jules-Bertholet
closed
6 months ago
0
Support text presentation sequences
#43
Jules-Bertholet
closed
6 months ago
0
Add more canonical equivalence tests
#42
Jules-Bertholet
closed
6 months ago
1
Support emoji presentation sequences
#41
Jules-Bertholet
closed
7 months ago
3
Document width rules
#40
Jules-Bertholet
closed
7 months ago
0
`unicode.py`: Don't use `UnicodeData.txt` anymore
#39
Jules-Bertholet
closed
7 months ago
0
Refactor tests
#38
Jules-Bertholet
closed
7 months ago
0
Ensure that canonically equivalent strings have the same width
#37
Jules-Bertholet
closed
7 months ago
0
nostd: remove left-overs from `no_std` feature flag
#36
dvdhrm
closed
7 months ago
3
Treat emoji presentation sequences as fullwidth
#35
Jules-Bertholet
closed
7 months ago
4
Fixes to characters considered zero-width
#34
Jules-Bertholet
closed
9 months ago
9
Update to Unicode 15.1
#33
chrisduerr
closed
1 year ago
2
Use Iterator::sum() instead of fold()
#32
linkmauve
closed
1 year ago
0
Update to Unicode 15
#31
chrisduerr
closed
2 years ago
2
Convert `width` to use match rather than manual if tree.
#30
resistor
closed
1 year ago
4
Change tables from const to static
#29
mjguynn
closed
2 years ago
0
Improve performance, especially on non-ASCII codepoints
#28
mjguynn
closed
2 years ago
3
Variation selector not taken into consideration
#27
soywod
closed
2 years ago
4
Hangul Jamo Extended-B should be 0-width
#26
ninjalj
closed
9 months ago
1
Forbid unsafe code
#25
hhirtz
closed
3 years ago
1
ANSI control characters not treated as zero width
#24
stuhood
closed
3 years ago
6
Update to Unicode 14
#23
chrisduerr
closed
3 years ago
1
Next