[jcifs] Having problem with simply connecting with release 1.2.9

bnouyers at free.fr bnouyers at free.fr
Tue Nov 7 09:50:36 GMT 2006


I found this on a forum:

        if (java.nio.charset.Charset.isSupported("IBM850")) { // JDK
            jcifs.Config.setProperty("jcifs.encoding", "Cp850");
        } else { // JRE
            jcifs.Config.setProperty("jcifs.encoding", "Cp1252");
        }

I correct my problem...

Bastien


More information about the jcifs mailing list