issues
search
servo
/
unicode-bidi
Implementation of the Unicode Bidirection Algorithm in Rust
Other
78
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update Readme
#137
atouchet
closed
1 month ago
0
Update Unicode tables to version 16.0.0, bump to 0.3.17
#136
Marcondiro
closed
1 month ago
0
We should have APIs that accept potentially-invalid UTF8
#135
Manishearth
opened
6 months ago
1
Missing tags for versions 0.3.13 and 0.3.15
#134
paolobarbolini
closed
7 months ago
1
Rename `master` branch to `main`
#133
mrobinson
closed
7 months ago
3
Update Unicode tables to version 15.1.0, bump to 0.3.16
#132
Marcondiro
closed
7 months ago
0
Use a simplified codepath if no bidi isolation controls are present.
#131
jfkthame
closed
8 months ago
0
More use of SmallVec
#130
jfkthame
closed
8 months ago
0
Does default_para_level correspond to TR9#HL1?
#129
dhardy
opened
8 months ago
6
Replace (optional) use of smallvec with an in-tree version
#128
jfkthame
opened
8 months ago
0
[smallvec] Use SmallVec for some internal scratch vectors
#127
jfkthame
closed
8 months ago
2
Add MSRV line
#126
Manishearth
closed
9 months ago
1
refactor: address clippy warnings + code cleanup
#125
null8626
closed
9 months ago
9
Update GitHub Actions CI
#124
striezel
closed
9 months ago
0
Fix small typo
#123
striezel
closed
9 months ago
0
Bump version to 0.3.15
#122
jfkthame
closed
9 months ago
0
Provide get_base_direction_full API to consider the whole text
#121
jfkthame
closed
9 months ago
0
Skip over X9 characters when calculating end classes for isolating_run_sequences().
#120
Manishearth
closed
11 months ago
1
Results don't match the UBA reference implementation
#119
jfkthame
closed
11 months ago
6
Bump version to 0.3.14
#118
jfkthame
closed
11 months ago
0
[base-dir] Add a function to get the base direction of a text
#117
jfkthame
closed
11 months ago
0
Discrepancy compared with ICU4C bidi results
#116
jfkthame
closed
9 months ago
8
[para-api] Create ParagraphBidiInfo structs as API for processing a single paragraph at a time
#115
jfkthame
closed
11 months ago
2
[RFE] Provide an API to explicitly process a single paragraph
#114
jfkthame
closed
11 months ago
4
Make types generic over encoding
#113
Manishearth
opened
1 year ago
0
Remove remaining unsafe code
#112
joshlf
closed
1 year ago
1
Commit Cargo.lock for MSRV testing
#111
mbrubeck
closed
1 year ago
0
Uncomment tests BidiTest:69635 and BidiTest:291284.
#110
jfkthame
closed
1 year ago
1
UTF-16 support
#109
jfkthame
closed
1 year ago
20
Native UTF-16 support
#108
jfkthame
closed
1 year ago
2
Pin serde dep for MSRV build
#107
Manishearth
closed
1 year ago
1
The reordering methods are a bit of a mess
#106
Manishearth
opened
1 year ago
0
Run reordering conformance tests, more docs for reordering, fix bug
#105
Manishearth
closed
1 year ago
0
Bump to 0.3.13
#104
Manishearth
closed
1 year ago
0
Fix out of bounds panic
#103
Manishearth
closed
1 year ago
1
Bump to 0.3.12
#102
Manishearth
closed
1 year ago
0
Fix implementation of L2 in reorder_visual
#101
Manishearth
closed
1 year ago
0
Require stable serde
#100
atouchet
opened
1 year ago
8
Bump to 0.3.11
#99
Manishearth
closed
1 year ago
0
Add Level::from_slice_unchecked()
#98
Manishearth
closed
1 year ago
0
Optimize handling of purely-LTR paragraphs
#97
jfkthame
closed
1 year ago
5
Bump to 0.3.10
#96
Manishearth
closed
1 year ago
0
Update data to Unicode 15
#95
Manishearth
closed
1 year ago
0
Bump to 0.3.9
#94
Manishearth
closed
1 year ago
0
Fix appveyor
#93
Manishearth
closed
1 year ago
1
Handle retaining explicit formatting characters + other fixes
#92
Manishearth
closed
1 year ago
5
Fix W2 rule ordering; behavior of multibyte characters in W4
#91
Manishearth
closed
1 year ago
2
Analysis of failing character tests (after #85)
#90
Manishearth
closed
1 year ago
9
Handle removed explicit formatting characters
#89
Manishearth
closed
1 year ago
0
Conformance tests should check orderings *and* levels
#88
Manishearth
closed
1 year ago
0
Next