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_DERIVED_CORE(3) Courier Unicode Library UNICODE_DERIVED_CORE(3)

unicode_derived_core_properties, unicode_derived_case_ignorable_lookup, unicode_derived_cased_lookup, unicode_derived_changes_when_casefolded_lookup, unicode_derived_changes_when_casemapped_lookup, unicode_derived_changes_when_lowercased_lookup, unicode_derived_changes_when_titlecased_lookup, unicode_derived_changes_when_uppercased_lookup, unicode_derived_default_ignorable_code_point_lookup, unicode_derived_grapheme_base_lookup, unicode_derived_grapheme_extend_lookup, unicode_derived_grapheme_link_lookup, unicode_derived_id_continue_lookup, unicode_derived_id_start_lookup, unicode_derived_incb_lookup, unicode_derived_lowercase_lookup, unicode_derived_math_lookup, unicode_derived_uppercase_lookup, unicode_derived_xid_continue_lookup, unicode_derived_xid_start_lookup - look up derived core properties

int unicode_derived_case_ignorable_lookup(char32_t c);

int unicode_derived_cased_lookup(char32_t c);

int unicode_derived_changes_when_casefolded_lookup(char32_t c);

int unicode_derived_changes_when_casemapped_lookup(char32_t c);

int unicode_derived_changes_when_lowercased_lookup(char32_t c);

int unicode_derived_changes_when_titlecased_lookup(char32_t c);

int unicode_derived_changes_when_uppercased_lookup(char32_t c);

int unicode_derived_default_ignorable_code_point_lookup(char32_t c);

int unicode_derived_grapheme_base_lookup(char32_t c);

int unicode_derived_grapheme_extend_lookup(char32_t c);

int unicode_derived_grapheme_link_lookup(char32_t c);

int unicode_derived_id_continue_lookup(char32_t c);

int unicode_derived_id_start_lookup(char32_t c);

int unicode_derived_incb_lookup(char32_t c);

int unicode_derived_lowercase_lookup(char32_t c);

int unicode_derived_math_lookup(char32_t c);

int unicode_derived_uppercase_lookup(char32_t c);

int unicode_derived_xid_continue_lookup(char32_t c);

int unicode_derived_xid_start_lookup(char32_t c);

These functions look up the character's various derived core properties. unicode_derived_incb_lookup() returns one of the UNICODE_DERIVED_INCB_value from courier-unicode.h, all others return a non-0 value if the character has the derived property.

TR-44[1], courier-unicode(7).

Sam Varshavchik

Author

1.
TR-44
https://www.unicode.org/reports/tr44/
05/18/2024 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.