- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testAsciiEncoding (0.23 seconds)
-
src/test/java/jcifs/internal/smb1/net/TestSmbComTransactionResponseReader.java
assertEquals((byte) 0xA2, encoded[2], "First byte of second character"); assertEquals((byte) 0x00, encoded[3], "Second byte of second character"); } @Test public void testAsciiEncoding() throws Exception { String msg = "\u00A1\u00A2"; // same Unicode string byte[] asciiBytes = msg.getBytes(SmbConstants.DEFAULT_OEM_ENCODING);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 4.2K bytes - Click Count (0)