encoding-0.3: A library for various character encodings

Data.Encoding.BootString

Description

This implements BootString en- and decoding, the foundation of Punycode

Documentation

data BootString Source

Constructors

BootString 

Fields

base :: Int
 
tmin :: Int
 
tmax :: Int
 
skew :: Int
 
damp :: Int
 
init_bias :: Int
 
init_n :: Int
 

Instances