GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
UNICODE::TOLOWER(3) Courier Unicode Library UNICODE::TOLOWER(3)

unicode::tolower, unicode::toupper - unicode version of tolower(3) and toupper(3)

#include <courier-unicode.h>

std::string unicode::tolower(const std::string &string);

std::string unicode::tolower(const std::string &string, const std::string &charset);

std::u32string unicode::tolower(const std::u32string &u);

std::string unicode::toupper(const std::string &string);

std::string unicode::toupper(const std::string &string, const std::string &charset);

std::u32string unicode::toupper(const std::u32string &u);

These functions convert the string parameter, in charset or unicode_default_chset(3), to unicode, replace each character with unicode_lc(3) or unicode_uc(3), then convert it back to the same character set, returning the resulting string.

Passing a const std::u32string & directly also converts it accordingly, returning the converted unicode string.

courier-unicode(7).

Sam Varshavchik
Author
03/12/2021 Courier Unicode Library

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.