Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Vietnamese (0.18 sec)

  1. docs/zh/docs/external-links.md

    {% endfor %}
    {% endif %}
    
    ### 越南语
    
    {% if external_links %}
    {% for article in external_links.articles.vietnamese %}
    
    * <a href="{{ article.link }}" class="external-link" target="_blank">{{ article.title }}</a> by <a href="{{ article.author_link }}" class="external-link" target="_blank">{{ article.author }}</a>.
    {% endfor %}
    {% endif %}
    Plain Text
    - Registered: Sun Mar 31 07:19:09 GMT 2024
    - Last Modified: Sat Mar 30 22:45:29 GMT 2024
    - 2.7K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/internal/idn/PunycodeTest.kt

        )
    
        // (J) Spanish
        testEncodeDecode(
          unicode = "PorquénopuedensimplementehablarenEspañol",
          punycode = "xn--PorqunopuedensimplementehablarenEspaol-fmd56a",
        )
    
        // (K) Vietnamese
        testEncodeDecode(
          unicode = "TạisaohọkhôngthểchỉnóitiếngViệt",
          punycode = "xn--TisaohkhngthchnitingVit-kjcr8268qyxafd2f1b9g",
        )
      }
    
      @Test fun multipleLabels() {
        testEncodeDecode(
    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)
Back to top