You can test it by hacking charset_name() in lib/charset/charcnv.c Add the following code at the top of the function:
if (!unix_charset) {
unix_charset = "UTF8";
}
if (!dos_charset) {
dos_charset = "CP850";
}
On Sat, 2007-09-08 at 20:37 +0930, Dan Shearer wrote:
> I have implemented this, except I can't test it due to the global vars
> problem. So I'm ambandoning it for now.
>
> D
> _______________________________________________
> devel mailing list
> [email protected]
> http://mailman.openchange.org/listinfo/devel
--
Julien Kerihuel
[EMAIL PROTECTED]
OpenChange Project Manager
GPG Fingerprint: 0B55 783D A781 6329 108A B609 7EF6 FE11 A35F 1F79
signature.asc
Description: This is a digitally signed message part
_______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
