unicode::iconvert::convert_tocase man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

UNICODE::ICONVERT::C(3)	    Courier Unicode Library    UNICODE::ICONVERT::C(3)

NAME
       unicode::iconvert::convert_tocase - unicode uppercase, lowercase, and
       titlecase conversion

SYNOPSIS
       #include <courier-unicode.h>

       std::string unicode::iconvert::convert_tocase(const std::string &text,
						     const std::string &charset,
						     unicode_char (*first_char_func)(unicode_char),
						     unicode_char (*char_func)(unicode_char));

       std::string unicode::iconvert::convert_tocase(const std::string &text,
						     const std::string &charset,
						     bool &err,
						     unicode_char (*first_char_func)(unicode_char),
						     unicode_char (*char_func)(unicode_char));

DESCRIPTION
       The overloaded unicode::convert::convert_tocase() function converts the
       text parameter, in the charset characters to lowercase, uppercase, and
       titlecase.  text gets converted, internally, into unicode.
       first_char_func and char_func are either: unicode_lc, unicode_uc, or
       unicode_tc. If the converted text string is not empty, first_char_func
       converts the first unicode character in the text string, and char_func
       converts any remaining characters.  unicode_lc converts its character
       to lowercase, unicode_uc to uppercase, and unicode_tc to titlecase.
       Finally, the unicode string gets converted back to charset, which gets
       returned.

       The optional err parameter gets set to true if an error was encounted
       converting the text string to or from unicode.

SEE ALSO
       courier-unicode(7), unicode::convert::convert(3), unicode_convert(3),
       iconv(3)[1].

AUTHOR
       Sam Varshavchik
	   Author

NOTES
	1.

		      iconv(3)
	   http://manpages.courier-mta.org/htmlman3/iconv.3.html

Courier Unicode Library		  07/29/2015	       UNICODE::ICONVERT::C(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net