Re: [dev] anyone played with mkinit?

2010-11-08 Thread Jens Staal
I have not looked at the scripts to see if they are "sh-compatible" and if they just mentioned Bash in the mail out of habit... There is an rc version in the svn repository though. Any remarks / views on the whole principle of using p9p mk as an init system? Evil or Cool? 2010/11/7 Uriel : > On

Re: [dev] Using a different rendering engine for surf

2010-11-08 Thread Jens Staal
Just found this as well. Perhaps interesting, perhaps not... http://www.directfb.org/index.php?path=Main/News&entry=2010-10-27-0.dok 2010/10/22 Paul Onyschuk : > What about EFL (Enlightenment Foundation Libraries) Webkit? It isn't so > feature rich as Chromium or Webkit-gtk, but it's getting ther

Re: [dev] [st] multibyte patch

2010-11-08 Thread Aurélien Aptel
Hi, First of all, thanks Damian! Always nice to see some contribution. On Mon, Nov 8, 2010 at 9:53 AM, Petr Sabata wrote: > I started with something similar last week.  However, as already mentioned; > wouldn't it be "better" to go with just char* and Xutf8* functions instead > of wchar_t? I ag

Re: [dev] [st] multibyte patch

2010-11-08 Thread Stefan Mark
On 07.11.2010 22:09, Damian Okrasa wrote: > LC_CTYPE=en_US.UTF-8 should be set for UTF-8, it has some bugs and > sometimes doesn't recognise good UTF-8 string. > > http://img51.imageshack.us/img51/4591/201011072157261024x768s.png Woah, Great patch! Thanks a lot!

Re: [dev] [st] multibyte patch

2010-11-08 Thread Petr Sabata
On Sun, Nov 07, 2010 at 10:09:28PM +0100, Damian Okrasa wrote: > LC_CTYPE=en_US.UTF-8 should be set for UTF-8, it has some bugs and > sometimes doesn't recognise good UTF-8 string. > > http://img51.imageshack.us/img51/4591/201011072157261024x768s.png I started with something similar last week. H