Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

enchant-lsmod(1) [opensolaris man page]

enchant-lsmod(1)						   User Commands						  enchant-lsmod(1)

NAME
enchant-lsmod - is used to show languages and dictionaries that enchant supports. SYNOPSIS
enchant-lsmod [-lang [language_tag]] [-list-dicts] [-h] [-v] DESCRIPTION
enchant-lsmod is used to show languages and dictionaires that enchant supports. OPTIONS
The following options are supported: -lang [language_tag] List all supported languages or show whether a specfied language is supported. -list-dicts List all dictionaries that enchant supports. -h Display the help text. -v Prints the program's version. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-spell | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
libenchant(3), enchant(1), attributes(5), NOTES
Written by Jeff Cai, Sun Microsystems Inc., 2008. SunOS 5.11 30 Jul 2008 enchant-lsmod(1)

Check Out this Related Man Page

ENCHANT_BROKER_DESCRIBE(3)						 1						ENCHANT_BROKER_DESCRIBE(3)

enchant_broker_describe - Enumerates the Enchant providers

SYNOPSIS
array enchant_broker_describe (resource $broker) DESCRIPTION
Enumerates the Enchant providers and tells you some rudimentary information about them. The same info is provided through phpinfo(). PARAMETERS
o $broker - Broker resource RETURN VALUES
Returns TRUE on success or FALSE on failure. EXAMPLES
Example #1 List the backends provided by the given broker <?php $r = enchant_broker_init(); $bprovides = enchant_broker_describe($r); echo "Current broker provides the following backend(s): "; print_r($bprovides); ?> The above example will output something similar to: Current broker provides the following backend(s): Array ( [0] => Array ( [name] => aspell [desc] => Aspell Provider [file] => /usr/lib/enchant/libenchant_aspell.so ) [1] => Array ( [name] => hspell [desc] => Hspell Provider [file] => /usr/lib/enchant/libenchant_hspell.so ) [2] => Array ( [name] => ispell [desc] => Ispell Provider [file] => /usr/lib/enchant/libenchant_ispell.so ) [3] => Array ( [name] => myspell [desc] => Myspell Provider [file] => /usr/lib/enchant/libenchant_myspell.so ) ) PHP Documentation Group ENCHANT_BROKER_DESCRIBE(3)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Shell scripting & programming languages

If I want to do high-end 3d animation, what skell scripting languages, and programming languages shoul I learn? If you know any good resources for learning these languages they would be appreciated. (1 Reply)
Discussion started by: aloysius1001
1 Replies

2. What is on Your Mind?

Programming languages polyglots: how many languages you know?

Post what languages (including scripting) you know, why and where you think that language is most usable. Also include libraries in which you're really good at (libusb, gtk, qt, etc). assembly? C or C++? perl or python? pascal? bash or csh/tcsh? opengl? gtk or qt? mono? (27 Replies)
Discussion started by: redoubtable
27 Replies

3. Shell Programming and Scripting

Reading/Viewing an Unicode file

WE have a file coming from a server that has characters for 4-5 languages. If I download the file to my windows PC and open in Notepad ++, I can clearly see the text in different languages. Notepad++ is able to reder text that is in Portugese, French, Thai etc. My objective it to do the following:... (2 Replies)
Discussion started by: vskr72
2 Replies