On Tue, Nov 8, 2011 at 3:16 AM, Thien-Thi Nguyen <ttn@gnuvola.org> wrote:
() cong gu <gucong43216@gmail.com>
() Mon, 7 Nov 2011 09:31:49 -0600

  After I add a setlocale to boot-9.scm, all things works.
  But is there a "normal" way to fix this?

Besides boot-9.scm, guile also runs init.scm (in ‘%load-path’).
Perhaps you can experiment with calling ‘setlocale’ there.


I think it's too early to call setlocale so that "locale_charset" can not realize current locale in time.
I didn't test this method, but it's no hurt to try. ;-)