DragonFly users List (threaded) for 2009-05
DragonFly BSD
DragonFly users List (threaded) for 2009-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

UTF-8 locale support


From: Alexander Polakov <polachok@xxxxxxxxx>
Date: Thu, 21 May 2009 19:38:17 +0400

 I wonder if anybody cares about locale support in DragonFly. It seems like libc, curses and utilities are UTF-8 ready, but
 it won't work out of the box. Everything in /bin and /sbin is compiled statically, but setlocale() fails in static binaries
 (Issue 1362). I understand that they can't be compiled shared because /usr is not mounted when some of them may be
 called.
 On the other hand kernel needs some work to handle encodings. libiconv is in there, but is not used almost nowhere. So,
 for full support of UTF-8 libiconv update is needed (Issue 1367). libkiconv userspace library is also needed.
 Any work planned on this issues?

 WBR,
   Alexander.



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]