Re: [dev] [st] Glitch with copy & paste and combining Unicode sequences

2014-07-08 Thread Nick
Quoth Roberto E. Vargas Caballero: > > Because if so, there are many many cases where there is no > > precombined version in unicode, so you have to use the combining > > characters. > > Yeah, of course, there are a lot of them. The point here is if these > cases are common or not. All the chara

Re: [dev] [st] Glitch with copy & paste and combining Unicode sequences

2014-07-08 Thread Roberto E. Vargas Caballero
> Because if so, there are many many cases where there is no > precombined version in unicode, so you have to use the combining > characters. Yeah, of course, there are a lot of them. The point here is if these cases are common or not. All the characters that I use can be written with unicode ch

Re: [dev] [st] Glitch with copy & paste and combining Unicode sequences

2014-07-08 Thread Nick
Quoth Roberto E. Vargas Caballero: > As far as I know, this should be the correct behaviour, but I am not sure > about if we need to add this feature, because if you can use the unicode > character instead of the unicode sequence. Are you talking about precombined characters vs combining sequence

Re: [dev] [st] Glitch with copy & paste and combining Unicode sequences

2014-07-08 Thread Roberto E. Vargas Caballero
> > Urxvt's behaviour is also the same as Xterm with an added bonus: it > > actually renders the combined Unicode sequence where as on Xterm and st, As far as I know, this should be the correct behaviour, but I am not sure about if we need to add this feature, because if you can use the unicode ch

Re: [dev] [st] Glitch with copy & paste and combining Unicode sequences

2014-06-27 Thread Ivan Delalande
Hi, On Fri, Jun 27, 2014 at 04:54:08PM -0500, Eric Pruitt wrote: > I noticed that in st, combined Unicode characters don't seem to be > preserved in memory. For example, if I run "printf 'AB\xcd\x9dCDE\n'" in > a Xterm then select the resulting line, I the clipboard data includes > the Unicode seq

[dev] [st] Glitch with copy & paste and combining Unicode sequences

2014-06-27 Thread Eric Pruitt
I noticed that in st, combined Unicode characters don't seem to be preserved in memory. For example, if I run "printf 'AB\xcd\x9dCDE\n'" in a Xterm then select the resulting line, I the clipboard data includes the Unicode sequence: ~% echo $TERM xterm-256color ~% printf 'AB\xcd\x9dCDE\