utf-8 sanity check.
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-10 23:31:11 CEST
I'm getting ready to write some python tests that verify that we can
But before I do that, I want to make sure I understand what's going
* our application's main() calls setlocale(LC_ALL, locale) if
* our utf.c routines set up a xlation table by calling
* The latter argument causes apr_xlate_open to call nl_langinfo(CODESET).
* nl_langinfo(), part of libc, then returns the charset defined by
So by this trace, it seems to me that we're all ready to go, then.
Am I correct?
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.