- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for cp850 (0.03 sec)
-
src/test/java/jcifs/tests/AllTests.java
} }); MUTATIONS.put("noUnicode-cp850", new TestMutation() { @Override public Map<String, String> mutate ( Map<String, String> cfg ) { cfg.put("jcifs.smb.client.maxVersion", "SMB1"); cfg.put("jcifs.smb.client.useUnicode", "false"); cfg.put("jcifs.encoding", "cp850"); return cfg; } });
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:52:42 UTC 2020 - 14.4K bytes - Viewed (0) -
src/main/java/jcifs/smb1/Config.java
/** * The static <code>Properties</code>. */ private static Properties prp = new Properties(); private static LogStream log; public static String DEFAULT_OEM_ENCODING = "Cp850"; static { String filename; int level; FileInputStream in = null; log = LogStream.getInstance(); try {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 11.3K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
* * @return maximum number of sessions on a single connection */ int getSessionLimit (); /** * * Property <tt>jcifs.encoding</tt> (string, default <tt>Cp850</tt>) * * @return OEM encoding to use */ String getOemEncoding (); /** * @return local timezone */ TimeZone getLocalTimezone (); /**
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 18K bytes - Viewed (0)