Module | DomainName::Punycode |
In: |
lib/domain_name/punycode.rb
|
BASE | = | 36 | ||
TMIN | = | 1 | ||
TMAX | = | 26 | ||
SKEW | = | 38 | ||
DAMP | = | 700 | ||
INITIAL_BIAS | = | 72 | ||
INITIAL_N | = | 0x80 | ||
DELIMITER | = | '-' | ||
MAXINT | = | (1 << 64) - 1 | The maximum value of an DWORD variable | |
LOBASE | = | BASE - TMIN | Used in the calculation of bias: | |
CUTOFF | = | LOBASE * TMAX / 2 | Used in the calculation of bias: |