diff options
| author | Samuel Thibault <[email protected]> | 2017-03-04 15:01:55 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2017-03-09 17:28:20 +0100 |
| commit | 89fc2ae80bb1eeca1d967723c1918c0b156508a0 (patch) | |
| tree | c7024e665fd9ecb22c86cdf031b48516565ff019 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
| parent | 981b7ae9ad9b3a9ccb83a7be6cfc57a05f61185f (diff) | |
speakup: extend synth buffer to 16bit unicode characters
This extends the synth buffer slots to 16bit, so as to hold 16bit
unicode characters.
synth_buffer_getc and synth_buffer_peek now return 16bit characters.
Speech synthesizers which do not support characters beyond latin1 can
use the synth_buffer_skip_nonlatin1() helper to skip the non-latin1
characters before getting or peeking. All synthesizers are made to use
it for now.
This makes synth_buffer_add take a 16bit character. For simplicity for
now, synth_printf is left to using latin1 formats and strings.
synth_putwc, synth_putwc_s, synth_putws and synth_putws_s helpers are
however added to put 16bit characters and strings.
Signed-off-by: Samuel Thibault <[email protected]>
Reviewed-by: Chris Brannon <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions