idna2008: Converts Unicode hostnames into ASCII

[ bsd3, deprecated, library, network ] [ Propose Tags ]
Deprecated

Library to convert internationalized domain names between the ASCII (ACE) and Unicode encodings in accordance with IDNA2008 (RFC 5991: Internationalized Domain Names in Applications (IDNA): Protocol). Unlike IDNA2003, IDNA2008 is not based on RFC 3454: Preparation of Internationalized Strings ("stringprep").


[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
Dependencies base (>=2 && <5), punycode (==0.0.1.0), split [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/idna2008.git
this: git clone git://github.com/jonkri/idna2008.git(tag 0.0.1.0)
Uploaded by JonKristensen at 2011-07-06T13:26:02Z
Distributions
Reverse Dependencies 2 direct, 4 indirect [details]
Downloads 1118 total (3 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for idna2008-0.0.1.0

[back to package description]
The goal of this Haskell library is to support conversions of
(internationalized) domain names between the ASCII (ACE) and Unicode encodings
in accordance with IDNA2008 (RFC 5991: Internationalized Domain Names in
Applications (IDNA): Protocol).

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

A later version will add validation support.

Copyright © 2011, Jon Kristensen.
All rights reserved.

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