Vietnamese braille number bug: 1,000
Open
braille
bug
rust
- Dominant language
- Rust
- Stars
- 114
- Forks
- 85
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 42
Description
The following test fails:
```
fn number_3a () {
let expr = "";
test_braille_prefs("Vietnam", vec![("DecimalSeparators", ","), ("BlockSeparators", ". ")], expr, "⠼⠁⠄⠚⠚⠚");
}
```
The problem is this somehow needs to recognize this really is meant to be `1.000` and convert the `,` to `.` in the braille output.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.