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

Different translation with ucs2/ucs4 with mixed capitals #118

Closed
egli opened this issue Aug 19, 2015 · 1 comment
Closed

Different translation with ucs2/ucs4 with mixed capitals #118

egli opened this issue Aug 19, 2015 · 1 comment

Comments

@egli
Copy link
Member

egli commented Aug 19, 2015

Using the en-us-brf.dis, eo-g1.ctb tables the string "defgDEFGdefg" translates to "DEFG..DEFG.'DEFG" when liblouis is compiled with ucs2. However when compiled with ucs4 it translates to "DEFG.D.E.F.G.'DEFG"

Input: 'defgDEFGdefg'
Expected: 'DEFG..DEFG.'DEFG' (length 16)
Received: 'DEFG.D.E.F.G.'DEFG' (length 18)
Diff: Expected '.' but received 'D' in index 5

This problem occurs in current master, i.e. before the ueb changes.

@dkager
Copy link
Contributor

dkager commented Jul 12, 2016

I can't reproduce with lou_translate on 3.0.0-alpha.

@egli egli closed this as completed in 5353861 Jul 15, 2016
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

2 participants