// This file contains utilities to deal with static-allocated UnicodeSets. // // Common use case: you write a "private static final" UnicodeSet in Java, and // want something similarly easy in C++. Originally written for number // parsing, but this header can be used for other applications. // // Main entrypoint: `unisets::get(unisets::MY_SET_ID_HERE)` // // This file is in common instead of i18n because it is needed by ucurr.cpp. // // Author: sffc
// Separators // Notes: // - COMMA is a superset of STRICT_COMMA // - PERIOD is a superset of SCRICT_PERIOD // - ALL_SEPARATORS is the union of COMMA, PERIOD, and OTHER_GROUPING_SEPARATORS // - STRICT_ALL_SEPARATORS is the union of STRICT_COMMA, STRICT_PERIOD, and OTHER_GRP_SEPARATORS
COMMA,
PERIOD,
STRICT_COMMA,
STRICT_PERIOD,
APOSTROPHE_SIGN,
OTHER_GROUPING_SEPARATORS,
ALL_SEPARATORS,
STRICT_ALL_SEPARATORS,
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.