Network.IDN testbedFrom MozillaZine Knowledge Base
[edit] BackgroundWhen Mozilla’s IDN support was first being developed, the standard itself had not completely stabilized. As such, there were no domain registrars that offered IDN domains, and if one was to register a domain based on the then-current state of the standard, there was no guarantee it would work by the time the standard was finalized. The initial checkin for IDN support contained this preference, which affects conversions from UTF8 (Unicode) to ACE (punycode). The alteration simply appends a string to the end of the conversion, but this would allow developers to “catch” IDNs for testing. This preference is largely for debugging purposes. [edit] Possible values and their effects[edit] TrueWhen converting a Unicode string to punycode, append “mltbd.” to the string. [edit] FalseConvert Unicode to punycode normally. (Default) [edit] Caveats
[edit] First checked in[edit] Has an effect in
[edit] Related bugs[edit] Related preferences
[edit] External links
|
|