Re: [PATCH] speakup: Fix bogus caps on speaking unicode characters

2017-03-14 Thread Chris Brannon
Samuel Thibault writes: > commit 33590c185299 ("speakup: Support spelling unicode characters") > mistakenly passed unicode characters to IS_CHAR(), which only > supports latin1. Let's assume non-latin1 is lower case, like is done > in spell_word(). Reviewed-by: Chris Brannon __

[PATCH] speakup: Fix bogus caps on speaking unicode characters

2017-03-14 Thread Samuel Thibault
commit 33590c185299 ("speakup: Support spelling unicode characters") mistakenly passed unicode characters to IS_CHAR(), which only supports latin1. Let's assume non-latin1 is lower case, like is done in spell_word(). Signed-off-by: Samuel Thibault diff --git a/drivers/staging/speakup/main.c b/d