Re: [dev] [st] Implementing non-latin support...

2013-06-15 Thread random832
On Sat, Jun 15, 2013, at 0:35, Eon S. Jeon wrote: > Thanks for your interest. > > Would you explain how you tested? I've done only few tests: echo & vim. > The cursor handling should be incomplete, because I used a very hacky > method to workaround the innate ASCII-ism structure. For cursor behav

Re: [dev] [st] Implementing non-latin support...

2013-06-15 Thread random832
On Fri, Jun 14, 2013, at 23:22, Eon S. Jeon wrote: > I'm not used to IRC, but I'll try to stay in the channel. It'll be nice > to talk about this topic. > > By the way, would you give me some information about your patch? I > started working on this, because I had not been able to find actual > wo

Re: [dev] [st] Implementing non-latin support...

2013-06-15 Thread Silvan Jegen
On Fri, Jun 14, 2013 at 11:22:56PM -0400, Eon S. Jeon wrote: > [...] > I'm not used to IRC, but I'll try to stay in the channel. It'll be nice > to talk about this topic. Please consider making this discussion in the #suckless channel proper and not /msg around. I would be interested to participat

Re: [dev] [st] Implementing non-latin support...

2013-06-14 Thread Christoph Lohmann
Greetings. On Sat, 15 Jun 2013 07:51:31 +0200 "Eon S. Jeon" wrote: > On Sat, Jun 15, 2013 at 01:44:19AM +0200, Christoph Lohmann wrote: > > > > The characters are displayed correctly but the cursor handling is still > > mangled. > > > Would you explain how you tested? I've done only few tests:

Re: [dev] [st] Implementing non-latin support...

2013-06-14 Thread Eon S. Jeon
On Sat, Jun 15, 2013 at 01:44:19AM +0200, Christoph Lohmann wrote: > > The characters are displayed correctly but the cursor handling is still > mangled. > Thanks for your interest. Would you explain how you tested? I've done only few tests: echo & vim. The cursor handling should be incomplete

Re: [dev] [st] Implementing non-latin support...

2013-06-14 Thread Eon S. Jeon
On Fri, Jun 14, 2013 at 09:58:10PM -0400, random...@fastmail.us wrote: > > > On Fri, Jun 14, 2013, at 17:24, esj...@lavabit.com wrote: > > I'm currently working on non-latin character support. I uploaded my > > progress to github. > > > > Github URL: https://github.com/esjeon/st/tree/stable-nonl

Re: [dev] [st] Implementing non-latin support...

2013-06-14 Thread random832
On Fri, Jun 14, 2013, at 17:24, esj...@lavabit.com wrote: > I'm currently working on non-latin character support. I uploaded my > progress to github. > > Github URL: https://github.com/esjeon/st/tree/stable-nonlatin > (branch 'stable-nonlatin', meaning it's based on stable(?) release 0.4.1) > ..

Re: [dev] [st] Implementing non-latin support...

2013-06-14 Thread Christoph Lohmann
Greetings. On Sat, 15 Jun 2013 01:44:19 +0200 esj...@lavabit.com wrote: > I'm currently working on non-latin character support. I uploaded my > progress to github. > > Github URL: https://github.com/esjeon/st/tree/stable-nonlatin > (branch 'stable-nonlatin', meaning it's based on stable(?) releas

[dev] [st] Implementing non-latin support...

2013-06-14 Thread esjeon
I'm currently working on non-latin character support. I uploaded my progress to github. Github URL: https://github.com/esjeon/st/tree/stable-nonlatin (branch 'stable-nonlatin', meaning it's based on stable(?) release 0.4.1) ... and here's my test string: 한글 漢字 ひらがな Everything looks just okay. Bas