Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Czech (0.19 sec)

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

          punycode = "xn--ihqwcrb4cv8a8dqg056pqjye",
        )
    
        // (C) Chinese (traditional)
        testEncodeDecode(
          unicode = "他們爲什麽不說中文",
          punycode = "xn--ihqwctvzc91f659drss3x8bo0yb",
        )
    
        // (D) Czech
        testEncodeDecode(
          unicode = "Pročprostěnemluvíčesky",
          punycode = "xn--Proprostnemluvesky-uyb24dma41a",
        )
    
        // (E) Hebrew:
        testEncodeDecode(
          unicode = "למההםפשוטלאמדבריםעברית",
    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. docs/en/docs/release-notes.md

    * 🌐 Add French translation for `docs/fr/docs/advanced/response-directly.md`. PR [#9415](https://github.com/tiangolo/fastapi/pull/9415) by [@axel584](https://github.com/axel584).
    * 🌐 Initiate Czech translation setup. PR [#9288](https://github.com/tiangolo/fastapi/pull/9288) by [@3p1463k](https://github.com/3p1463k).
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
Back to top