punycode: Punycode encoder

[ bsd3, library, text, web ] [ Propose Tags ]

Punicode library to uniquely and reversibly transform a Unicode string into an ASCII string. This is a partial implementation of RFC 3492: Punycode: A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA). 0.0.2.0 will ship with support for Punycode decoding. The code is currently prototyped and untested.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0, 0.5, 0.5.1, 1.0, 2.0
Dependencies base (>=2 && <5), bytestring, parsec, text, text-icu [details]
License BSD-3-Clause
Copyright Copyright © 2011, Jon Kristensen
Author Jon Kristensen
Maintainer jon.kristensen@pontarius.org
Category Network
Bug tracker mailto:jon.kristensen@pontarius.org
Source repo head: git clone git://github.com/jonkri/punycode.git
this: git clone git://github.com/jonkri/punycode.git(tag 0.0.1.0)
Uploaded by JonKristensen at 2011-07-06T13:24:29Z
Distributions Debian:2.0
Reverse Dependencies 4 direct, 1976 indirect [details]
Downloads 6966 total (32 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for punycode-0.0.1.0

[back to package description]
The goal of this Haskell library is to support unique and reversible
transformations of Unicode strings to ASCII strings, and the other way around.
It will be an implementation of RFC 3492: Punycode: A Bootstring encoding of
Unicode for Internationalized Domain Names in Applications (IDNA).

The current version, 0.0.1.0, supports encoding a Unicode string to an ASCII
string. Note however that the code is currently prototyped and untested.

0.0.2.0 will add support for the ASCII to Unicode transformation.

Copyright © 2011, Jon Kristensen.
All rights reserved.

This library is licensed under a BSD-3 license. See LICENSE for details.