Hello, > As far as I know, Mono depends on libiconv (as either a standalone > package or built into glibc - which is the case on Linux systems afaik) > for charset conversion. Mono only uses iconv for filename mapping, for all other we use our own character set conversion code (see class/I18N). Miguel