[go: up one dir, main page]

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

German: redundant dot 6 in front of closing square bracket #1097

Open
bertfrees opened this issue Aug 17, 2021 · 2 comments · May be fixed by #1407
Open

German: redundant dot 6 in front of closing square bracket #1097

bertfrees opened this issue Aug 17, 2021 · 2 comments · May be fixed by #1407
Labels
needs maintainer Requires an action of the table maintainer. Please find contact information in table needs test A YAML test is needed (and should be committed) to explain the bug or expected behavior of a table tables Something that needs to be fixed in table files

Comments

@bertfrees
Copy link
Member

Reported by Marcel Bothe from blista:

If there is a single standing letter within square brackets (e.g. "[W]") directly followed by another letter, Liblouis generates an unnecessary second dot 6 in front of the closing square bracket.

display: tables/de-eurobrl6.dis
table: tables/de-g0.utb
tests:
  - - "[W]ährend"
    - "'=w'=`hrend"
    - xfail: "current output is: '=w''=`hrend"
table: tables/de-g1.ctb
tests:
  - - "[W]ährend"
    - "'=w'=`hrend"
    - xfail: "current output is: '=w''=`hrend"
table: tables/de-g2.ctb
tests:
  - - "[W]ährend"
    - "'=w'=`hrcd"
    - xfail: "current output is: '=w''=`hrcd"
@bertfrees bertfrees added the tables Something that needs to be fixed in table files label Aug 17, 2021
@mabo991
Copy link
Contributor
mabo991 commented Sep 28, 2022

I've added the following rules to our table (de-g0-core.uti) to temporarily fix this issue:

## virtuelles Zeichen "abcdef" zur Markierung von Einzelbuchstaben in eckigen Klammern eingefügt, z.B. "[a]" (zum Entfernen des überzähligen Pt.6)
noback correct "\x005B"$l[]"\x005D"$l "\x250A" 

## Eliminierung des überzähligen Pt.6 bei Einzelbuchstaben in eckigen Klammern
noback pass2 @abcdef-6-6-2356 @6-2356

@bertfrees bertfrees added needs maintainer Requires an action of the table maintainer. Please find contact information in table needs test A YAML test is needed (and should be committed) to explain the bug or expected behavior of a table labels Jun 12, 2023
@bertfrees
Copy link
Member Author

@egli Can you make sure this ends up in a YAML test please?

@egli egli linked a pull request Jun 30, 2023 that will close this issue
@egli egli linked a pull request Jun 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs maintainer Requires an action of the table maintainer. Please find contact information in table needs test A YAML test is needed (and should be committed) to explain the bug or expected behavior of a table tables Something that needs to be fixed in table files
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants