Re: [dev] [st] Support UTF8 clipboard

2011-04-02 Thread Aurélien Aptel
On Sat, Apr 2, 2011 at 10:35 PM, Petr Sabata wrote: > I included this to be compatible with applications requesting XA_STRING. I'm > not sure if there's a real benefit in that, so I guess you can drop it. I'm not sure either, I don't know much about X11.

Re: [dev] [st] Support UTF8 clipboard

2011-04-02 Thread Petr Sabata
On Sat, Apr 02, 2011 at 09:59:30PM +0200, Aurélien Aptel wrote: > On Sat, Apr 2, 2011 at 6:11 PM, Petr Sabata wrote: > > This patch adds UTF8 clipboard support via UTF8_STRING, if it's available. > > This > > is needed to correctly exchange UTF8 data with other applications. > > ok Thanks. >

Re: [dev] [st] Support UTF8 clipboard

2011-04-02 Thread Aurélien Aptel
On Sat, Apr 2, 2011 at 6:11 PM, Petr Sabata wrote: > This patch adds UTF8 clipboard support via UTF8_STRING, if it's available. > This > is needed to correctly exchange UTF8 data with other applications. ok > -       } else if(xsre->target == XA_STRING) { > +       } else if(xsre->target == sel

[dev] [st] Support UTF8 clipboard

2011-04-02 Thread Petr Sabata
This patch adds UTF8 clipboard support via UTF8_STRING, if it's available. This is needed to correctly exchange UTF8 data with other applications. -- Petr --- st.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/st.c b/st.c index 561d5b0..366f681 100644 --- a/st