Re: [PATCHv2 1/2] speakup: make get_char actually get unicode characters

2017-03-14 Thread Dan Carpenter
On Mon, Mar 13, 2017 at 01:17:13AM +0100, Samuel Thibault wrote: > 9831013cbdbd3d06430a1db01d8c32d50c7d1c04 ('speakup: convert screen reading to > 16bit characters') paved the way for handling unicode characters in speakup, > but > for the review mode, it missed actually getting unicode

Re: [PATCHv2 1/2] speakup: make get_char actually get unicode characters

2017-03-13 Thread Chris Brannon
Samuel Thibault writes: > 9831013cbdbd3d06430a1db01d8c32d50c7d1c04 ('speakup: convert screen reading to > 16bit characters') paved the way for handling unicode characters in speakup, > but > for the review mode, it missed actually getting unicode characters from

[PATCHv2 1/2] speakup: make get_char actually get unicode characters

2017-03-12 Thread Samuel Thibault
9831013cbdbd3d06430a1db01d8c32d50c7d1c04 ('speakup: convert screen reading to 16bit characters') paved the way for handling unicode characters in speakup, but for the review mode, it missed actually getting unicode characters from the VC. This fixes by just turning the use_unicode parameter to 1.