[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
11.1 Punycode Emacs API
- Variable: punycode-program
Name of the GNU Libidn ‘idn’ application. The default is ‘idn’. This variable can be customized.
- Variable: punycode-environment
List of environment variable definitions prepended to ‘process-environment’. The default is ‘("CHARSET=UTF-8")’. This variable can be customized.
- Variable: punycode-encode-parameters
List of parameters passed to punycode-program to invoke punycode encoding mode. The default is ‘("--quiet" "--punycode-encode")’. This variable can be customized.
- Variable: punycode-decode-parameters
Parameters passed to punycode-program to invoke punycode decoding mode. The default is ‘("--quiet" "--punycode-decode")’. This variable can be customized.
- Function: punycode-encode string
Returns a Punycode encoding of the string, after converting the input into UTF-8.
- Function: punycode-decode string
Returns a possibly multibyte string which is the decoding of the string which is a punycode encoded string.
This document was generated on February 1, 2012 using texi2html 5.0.