docs: don't try to link to bind_textdomain_codeset() docs

This commit is contained in:
William Jon McCann 2014-01-21 13:56:53 -05:00
parent 2a5f70d3e6
commit 97ca1e7844

View File

@ -186,9 +186,9 @@ or Linux system with gettext installed, type <literal>info gettext</literal>
to read the documentation.
</para>
<para>
The short checklist on how to use gettext is: call bindtextdomain() so
The short checklist on how to use gettext is: call <literal>bindtextdomain()</literal> so
gettext can find the files containing your translations, call textdomain()
to set the default translation domain, call bind_textdomain_codeset() to
to set the default translation domain, call <literal>bind_textdomain_codeset()</literal> to
request that all translated strings are returned in UTF-8, then call
gettext() to look up each string to be translated in the default domain.
</para>