issues
search
unicode-rs
/
unicode-normalization
Unicode Normalization forms according to UAX#15 rules
https://unicode-rs.github.io/unicode-normalization
Other
160
stars
42
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
OSS-Fuzz: Add new fuzzer upstream
#107
arthurscchan
closed
2 weeks ago
5
Expose all iterator constructors, add hyperlinks to Unicode glossary/technical reports
#106
ShE3py
closed
1 month ago
0
Weird discrepancy with ICU4X
#105
aumetra
opened
1 month ago
3
follow SPDX for short license text
#104
altendky
closed
3 days ago
0
Update Unicode to version 16.0.0, bump to 0.1.24
#103
Marcondiro
closed
2 months ago
3
Does this handle invalid unicode?
#102
kirawi
closed
5 months ago
1
Directly expose constructors for iterators rather than relying on hard-to-discover trait stuff
#101
Manishearth
closed
6 months ago
0
Add safety comments
#100
Manishearth
closed
6 months ago
0
collect optimization ?
#99
wiiznokes
opened
7 months ago
1
Add API to correct defective combining character sequences
#98
Jules-Bertholet
opened
8 months ago
2
Standardize korean syllables
#97
Jules-Bertholet
opened
8 months ago
0
Ensure `tables.rs` passes rustfmt
#96
Jules-Bertholet
closed
8 months ago
0
Check benches and fuzz tests in CI
#95
Jules-Bertholet
closed
8 months ago
0
Add missing `FusedIterator` impls
#94
Jules-Bertholet
closed
8 months ago
0
More CI checks
#93
Jules-Bertholet
closed
8 months ago
6
Support KS X 1026-1
#92
Jules-Bertholet
opened
8 months ago
0
Update Unicode to version 15.1.0, bump to 0.1.23
#91
Marcondiro
closed
9 months ago
0
Does this iterator has same implementations in ICU?
#90
DamonsJ
opened
1 year ago
2
Update to Unicode 15 and bump version to 0.1.22
#89
crlf0710
closed
2 years ago
1
Update to Unicode 14
#88
theodore-s-beers
closed
2 years ago
1
Bump version to 0.1.20
#87
glandium
closed
2 years ago
0
Avoid slices in entries of decomposition tables
#86
glandium
closed
2 years ago
4
RFC: Switch from tinyvec to smallvec
#85
emilio
opened
2 years ago
15
Accent-stripping example?
#84
ccleve
opened
3 years ago
0
Fix #58, add cargo feature to remove liballoc
#83
Xaeroxe
closed
3 years ago
12
Fix #75, implement UnicodeNormalization for char
#82
Xaeroxe
closed
3 years ago
0
Publish 0.1.19
#81
sunfishcode
closed
3 years ago
0
Fix `is_public_assigned` to include Hangul Syllable and other ranges.
#80
sunfishcode
closed
3 years ago
0
Publish 0.1.18
#79
sunfishcode
closed
3 years ago
0
Add an `is_public_assigned` predicate.
#78
sunfishcode
closed
3 years ago
0
Handle multiple starters in the stream-safe fuzzer.
#77
sunfishcode
closed
3 years ago
0
Assertion failure *value.borrow() <= MAX_NONSTARTERS + 2
#76
Manishearth
closed
3 years ago
4
impl UnicodeNormalization for char [enhancement]
#75
BartMassey
closed
3 years ago
2
Support FCC normalization [enhancement]
#74
BartMassey
opened
3 years ago
0
Expose Decompose Functionality Separately
#73
logannc
closed
3 years ago
1
Publish 0.1.17
#72
sunfishcode
closed
3 years ago
0
crates.io packages containing the new svar() feature
#71
sunfishcode
closed
3 years ago
2
Add new normalization algorithms using Standardized Variants
#70
sunfishcode
closed
3 years ago
4
Missing code/tags for 0.1.15 and 0.1.16
#69
bossmc
closed
3 years ago
4
Update nonstarter_count correctly + add test for all nonstarters string
#68
sujayakar
closed
3 years ago
1
Flush the recomposition buffer when '\n' or CGJ are seen.
#67
sunfishcode
closed
3 years ago
8
Minor cleanups after #63
#66
sunfishcode
closed
3 years ago
0
Reset the stream-safe position when a starter is seen.
#65
sunfishcode
closed
3 years ago
1
Make the decompose iterator avoid buffering elements past a starter.
#64
sunfishcode
closed
3 years ago
0
Add a fuzz target.
#63
sunfishcode
closed
4 years ago
1
Correctly reset streamsafe iterator
#62
Manishearth
closed
4 years ago
1
update tinyvec version to the new 1.0
#61
Lokathor
closed
4 years ago
3
Update tinyvec dependency
#60
matklad
closed
4 years ago
0
Unexpected decompose_canonical output for 0x0DDD
#59
RazrFalcon
closed
4 years ago
6
Support #![no_std] without liballoc
#58
tarcieri
opened
4 years ago
4
Next