Removing the --enable-utf8 flag
From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-07-18 22:29:43 CEST
I'd like to remove the --enable-utf8 configuration option from
Currently, subversion/libsvn_subr/utf.c has two compile-time
* If --enable-utf8, then attempt conversion from/to native/utf8.
* Else if not --enable-utf8, then never attempt conversion, but
Here's how this would become a run-time decision:
* Always attempt conversion. If the conversion fails (for example
Thus we remove a compile-time option, become more robust, make
Does anyone see any problems with this?
Even the shifted charset encodings use ESC or something to signal the
-K
---------------------------------------------------------------------
|
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.