Update to liblouis 3.36#19316
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the bundled liblouis braille translator library from version 3.35.0 to 3.36.0, adding support for new braille tables and incorporating improvements to existing ones.
Key Changes
- Updated liblouis submodule to version 3.36.0
- Added two new braille tables: Macedonian Grade 1 and English Grade 3
- Added a workaround in
config.hfor a liblouis build issue
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| user_docs/en/changes.md | Updated changelog to reflect the new version and added braille tables |
| source/brailleTables/__tables.py | Registered the new Macedonian Grade 1 and English Grade 3 braille tables |
| projectDocs/dev/createDevEnvironment.md | Updated developer documentation to reference liblouis 3.36.0 |
| nvdaHelper/liblouis/config.h | Added stdbool.h include to resolve compilation issues in liblouis 3.36.0 |
| include/liblouis | Updated submodule commit reference to version 3.36.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
seanbudd
approved these changes
Dec 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Link to issue number:
Closes #19315
Summary of the issue:
Liblouis 3.36.0 was released.
Description of user facing changes:
Added new tables, Macedonian Grade 1 and English Grade 3
Description of developer facing changes:
config.hfor Liblouis doesn't build with clang on Windows liblouis/liblouis#1889Description of development approach:
Updated submodule, added tables.
Testing strategy:
Run from source
Known issues with pull request:
None
Code Review Checklist: