Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vietnamese braille number bug: 1,000 #243

Open
NSoiffer opened this issue Jan 2, 2024 · 0 comments
Open

Vietnamese braille number bug: 1,000 #243

NSoiffer opened this issue Jan 2, 2024 · 0 comments

Comments

@NSoiffer
Copy link
Owner

NSoiffer commented Jan 2, 2024

The following test fails:

fn number_3a () {
    let expr = "<math><mn>1,000</mn></math>";
    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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant