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

Workaround for character scramblings done by Speakup (issue #54) #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Palacee-hun
Copy link

This pull request works around the scramblings done on characters in the range0x80 - 0xff by the Speakup kernel code. These are detailed in issue #54

@@ -64,6 +64,39 @@ static void queue_add_text(char *txt, size_t length)
struct espeak_entry_t *entry;
int added = 0;

// code to scan for and undo the character scramblings of Speakup
// much easier solution than trying to fix it in Speakup kernel code
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Papering over bugs means we'll continue piling dirt over dirt over dirt... Let's just really fix bugs...

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

Successfully merging this pull request may close these issues.

2 participants