- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testGetContentAsStringWithDifferentEncoding (0.61 sec)
-
src/test/java/org/codelibs/curl/CurlResponseTest.java
response.setContentCache(cache); String content = response.getContentAsString(); assertEquals(testContent, content); } @Test public void testGetContentAsStringWithDifferentEncoding() throws IOException { CurlResponse response = new CurlResponse(); response.setEncoding("ISO-8859-1"); String testContent = "Hello, World!";
Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 12.5K bytes - Viewed (0)