Re: [Interest] how to handle non-ASCII input in qt

2015-07-19 Thread Tomasz Olszak
2015-07-18 22:58 GMT+02:00 Will Parsons : > On Saturday, 18 Jul 2015 2:42 AM -0400, Thiago Macieira wrote: >> On Friday 17 July 2015 20:38:59 varro wrote: >>> I'm writing a Qt application using the ruby bindings in which I need >>> to be able to support entering non-ASCII data (accented characters

Re: [Interest] how to handle non-ASCII input in qt

2015-07-18 Thread Will Parsons
On Saturday, 18 Jul 2015 2:42 AM -0400, Thiago Macieira wrote: > On Friday 17 July 2015 20:38:59 varro wrote: >> I'm writing a Qt application using the ruby bindings in which I need >> to be able to support entering non-ASCII data (accented characters and >> so on). Googling seems to indicate tha

Re: [Interest] how to handle non-ASCII input in qt

2015-07-17 Thread Thiago Macieira
On Friday 17 July 2015 20:38:59 varro wrote: > I'm writing a Qt application using the ruby bindings in which I need > to be able to support entering non-ASCII data (accented characters and > so on). Googling seems to indicate that the normal way of handling > this is using ibus to provide an input

[Interest] how to handle non-ASCII input in qt

2015-07-17 Thread varro
I'm writing a Qt application using the ruby bindings in which I need to be able to support entering non-ASCII data (accented characters and so on). Googling seems to indicate that the normal way of handling this is using ibus to provide an input method. Although I've installed ibus, it doesn't st