diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-11-06 18:55:43 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-11-06 18:55:43 +0100 |
commit | 9498a777ad557261f0ebdf94467d4cfe2b033b07 (patch) | |
tree | 0760e42b02af337e4b8b231f570aecfde6bc6144 /doc/en/autogen/charset_options.xml | |
parent | 2204935f3e1962a11c5e7cf3d1c56261c2d63d06 (diff) | |
download | weechat-9498a777ad557261f0ebdf94467d4cfe2b033b07.zip |
Add doc for default plugins in user guide
Diffstat (limited to 'doc/en/autogen/charset_options.xml')
-rw-r--r-- | doc/en/autogen/charset_options.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/en/autogen/charset_options.xml b/doc/en/autogen/charset_options.xml new file mode 100644 index 000000000..42c44d271 --- /dev/null +++ b/doc/en/autogen/charset_options.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<command>charset.default.decode</command>: global decoding charset +<itemizedlist> + <listitem> + <para>type: string</para> + </listitem> + <listitem> + <para>values: any string (default value: 'iso-8859-1')</para> + </listitem> +</itemizedlist> + +<command>charset.default.encode</command>: global encoding charset +<itemizedlist> + <listitem> + <para>type: string</para> + </listitem> + <listitem> + <para>values: any string (default value: '')</para> + </listitem> +</itemizedlist> + |