HTML Tidy  5.6.0
The HTACG Tidy HTML Project
Provide the -lang help Service

Detailed Description

Functions

static void lang_help (TidyDoc tdoc)
 Handles the -lang help service. More...
 
void tidyPrintTidyLanguageNames (ctmbstr format)
 Prints the languages the are currently built into Tidy, using the specified format string. More...
 
void tidyPrintWindowsLanguageNames (ctmbstr format)
 Prints the Windows language names that Tidy recognizes, using the specified format string. More...
 

Function Documentation

static void lang_help ( TidyDoc  tdoc)
static

Handles the -lang help service.

Remarks
We will not support console word wrapping for the tables. If users really have a small console, then they should make it wider or output to a file.
Parameters
tdocThe Tidy document.
void tidyPrintTidyLanguageNames ( ctmbstr  format)

Prints the languages the are currently built into Tidy, using the specified format string.

Parameters
formatA format string used to display the Windows language names, or NULL to use the built-in default format.
void tidyPrintWindowsLanguageNames ( ctmbstr  format)

Prints the Windows language names that Tidy recognizes, using the specified format string.

Parameters
formatA format string used to display the Windows language names, or NULL to use the built-in default format.