2017-03-04 14:02:21

by Samuel Thibault

[permalink] [raw]
Subject: [patch 0/3] speakup: support 16bit unicode screen reading

Hello,

This patch series adds 16bit unicode support to speakup, through three
patches:

- extend synth buffer to 16bit unicode characters
- convert screen reading to 16bit characters
- add unicode variant of /dev/softsynth

Samuel

--
Samuel
"...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and
the Ugly)."
(By Matt Welsh)


2017-03-09 16:26:03

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [patch 0/3] speakup: support 16bit unicode screen reading

On Sat, Mar 04, 2017 at 03:01:54PM +0100, Samuel Thibault wrote:
> Hello,
>
> This patch series adds 16bit unicode support to speakup, through three
> patches:
>
> - extend synth buffer to 16bit unicode characters
> - convert screen reading to 16bit characters
> - add unicode variant of /dev/softsynth

This is the second version of this series, correct? Next time, please
put a "v2" in them so that I know which to apply.

thanks,

greg k-h

2017-03-09 16:34:01

by Samuel Thibault

[permalink] [raw]
Subject: Re: [patch 0/3] speakup: support 16bit unicode screen reading

Greg KH, on jeu. 09 mars 2017 17:25:51 +0100, wrote:
> This is the second version of this series, correct? Next time, please
> put a "v2" in them so that I know which to apply.

Ah, yes, sorry. The only difference was the Reviewed-by lines.

Thanks!
Samuel