Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stringBomUtf16Le (0.21 sec)

  1. okhttp/src/test/java/okhttp3/ResponseBodyJvmTest.kt

      }
    
      @Test
      fun stringBomUtf16Be() {
        val body = body("feff00680065006c006c006f")
        assertThat(body.string()).isEqualTo("hello")
      }
    
      @Test
      fun stringBomUtf16Le() {
        val body = body("fffe680065006c006c006f00")
        assertThat(body.string()).isEqualTo("hello")
      }
    
      @Test
      fun stringBomUtf32Be() {
        val body = body("0000ffff00000068000000650000006c0000006c0000006f")
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 13K bytes
    - Viewed (0)
Back to top