Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Chinese (0.22 sec)

  1. okhttp/src/test/java/okhttp3/internal/idn/PunycodeTest.kt

        testEncodeDecode(
          unicode = "ليهمابتكلموشعربي؟",
          punycode = "xn--egbpdaj6bu4bxfgehfvwxn",
        )
    
        // (B) Chinese (simplified)
        testEncodeDecode(
          unicode = "他们为什么不说中文",
          punycode = "xn--ihqwcrb4cv8a8dqg056pqjye",
        )
    
        // (C) Chinese (traditional)
        testEncodeDecode(
          unicode = "他們爲什麽不說中文",
          punycode = "xn--ihqwctvzc91f659drss3x8bo0yb",
        )
    
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 5.3K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // xn--pgbs0dh ("Tunisia", Arabic) : TN
    // http://nic.tn
    تونس
    
    // xn--kpry57d ("Taiwan", Chinese, Traditional) : TW
    // http://www.twnic.net/english/dn/dn_07a.htm
    台灣
    
    // xn--kprw13d ("Taiwan", Chinese, Simplified) : TW
    // http://www.twnic.net/english/dn/dn_07a.htm
    台湾
    
    // xn--nnx388a ("Taiwan", Chinese, variant) : TW
    臺灣
    
    // xn--j1amh ("ukr", Cyrillic) : UA
    укр
    
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  3. okhttp/src/test/resources/web-platform-test-urltestdata.txt

    # name-prepped away to nothing.
    # U+200B, U+2060, and U+FEFF, are ignored
    http://GOO\u200b\u2060\ufeffgoo.com  s:http p:/ h:googoo.com
    
    # Ideographic full stop (full-width period for Chinese, etc.) should be
    # treated as a dot.
    # U+3002 is mapped to U+002E (dot)
    http://www.foo\u3002bar.com  s:http p:/ h:www.foo.bar.com
    
    # Invalid unicode characters should fail...
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 14.3K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    16FE1         ; valid                                  # 10.0 NUSHU ITERATION MARK
    16FE2         ; valid                  ;      ; NV8    # 12.0 OLD CHINESE HOOK MARK
    16FE3         ; valid                                  # 12.0 OLD CHINESE ITERATION MARK
    16FE4         ; valid                                  # 13.0 KHITAN SMALL SCRIPT FILLER
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
Back to top