aboutsummaryrefslogtreecommitdiff
path: root/dns/py-idnkit2
Commit message (Collapse)AuthorAgeFilesLines
* - Fix typos in COMMENTCarlo Strub2012-08-021-1/+1
| | | | | | | | - Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no A/An, etc.) Notes: svn path=/head/; revision=301858
* Internationalized Domain Name toolkit 2 (idnkit-2) provides usefulMartin Wilke2011-11-244-0/+58
APIs (libraries) for application developers to make softwares IDNA2008-compliant, and also provides tools for system administrators to process IDNs appropriately according to IDNA2008 specification. The idnkit-2 is a toolkit revised by JPRS from the idnkit-1.0 developed by JPNIC, and it is released as an open source free software modified to comply with IDNA2008. idnkit-2 consists from its main part written in C and additional API packages for other languages (Java, Python, and Perl). WWW: http://jprs.co.jp/idn/index-e.html PR: ports/162521 Submitted by: Rafal Lesniak <fbsd@grid.einherjar.de> Feature safe: yes Notes: svn path=/head/; revision=286367