Localization library
Aus cppreference.com
< cpp
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
Das Gebietsschema Anlage umfasst Unterstützung der Internationalisierung von Charakter Klassifizierung und String-Sortierung, numerisch, Währungs-, und Datum / Uhrzeit Formatierung und Analyse, und Nachrichtenübermittlung. Locale-Einstellungen steuern das Verhalten von Strom-I / O, Bibliothek für reguläre Ausdrücke und anderen Komponenten der C + +-Standard-Bibliothek .
Original:
The locale facility includes internationalization support for character classification and string collation, numeric, monetary, and date/time formatting and parsing, and message retrieval. Locale settings control the behavior of stream I/O, regular expression library, and other components of the C++ standard library.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[Bearbeiten] Locales
definiert in Header
<locale> | |
Original: Locales and facets The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
eingestellt von polymorphen Facetten, die kulturellen Unterschiede zu kapseln Original: set of polymorphic facets that encapsulate cultural differences The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klasse) | |
erhält eine Facette von einem locale Original: obtains a facet from a locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktions-Template) | |
prüft, ob eine locale implementiert eine spezielle Facette Original: checks if a locale implements a specific facet The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktions-Template) | |
Original: Character classification The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
Kontrollen umgewandelt, wenn ein Zeichen als Leerraum durch eine locale eingestuft Original: checks if a character is classified as whitespace by a locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktions-Template) | |
(C++11) |
checks if a character is classified as a blank character by a locale (Funktions-Template) |
prüft, ob ein Zeichen als Steuerzeichen durch eine locale eingestuft Original: checks if a character is classified as a control character by a locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktions-Template) | |
prüft, ob ein Zeichen als Großbuchstaben durch eine locale eingestuft Original: checks if a character is classified as uppercase by a locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktions-Template) | |
prüft, ob ein Zeichen als Kleinbuchstaben durch eine locale eingestuft Original: checks if a character is classified as lowercase by a locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktions-Template) | |
prüft, ob ein Zeichen als alphabetische durch eine locale eingestuft Original: checks if a character is classified as alphabetic by a locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktions-Template) | |
prüft, ob ein Zeichen als einer Ziffer von einem locale eingestuft Original: checks if a character is classified as a digit by a locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktions-Template) | |
prüft, ob ein Zeichen als Satzzeichen durch eine locale eingestuft Original: checks if a character is classified as punctuation by a locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktions-Template) | |
prüft, ob ein Zeichen als Hexadezimalzahl durch eine locale eingestuft Original: checks if a character is classified as a hexadecimal digit by a locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktions-Template) | |
prüft, ob ein Zeichen als alphanumerische durch eine locale eingestuft Original: checks if a character is classified as alphanumeric by a locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktions-Template) | |
prüft, ob ein Zeichen als druckbare durch eine locale eingestuft Original: checks if a character is classified as printable by a locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktions-Template) | |
prüft, ob ein Zeichen als grafische durch eine locale eingereiht Original: checks if a character is classfied as graphical by a locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktions-Template) | |
Original: Character conversions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
wandelt ein Zeichen in Großbuchstaben mit dem ctype Facette eines locale Original: converts a character to uppercase using the ctype facet of a locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktions-Template) | |
converts a character to lowercase using the ctype facet of a locale (Funktions-Template) | |
Original: String and stream conversions The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
(C++11) |
führt Konvertierungen zwischen einem breiten Schnur und einem Byte-String Original: performs conversions between a wide string and a byte string The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) |
(C++11) |
führt die Konvertierung zwischen einem Byte-Stream-Puffer und einem breiten Strom Puffer Original: performs conversion between a byte stream buffer and a wide stream buffer The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) |
Original: Facet category base classes The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
definiert Charakter Klassifizierungskategorien Original: defines character classification categories The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klasse) | |
definiert Charakter Konvertierungsfehler Original: defines character conversion errors The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klasse) | |
definiert Nachrichten Katalog Typ Original: defines messages catalog type The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klasse) | |
definiert Datumsformat Konstanten Original: defines date format constants The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klasse) | |
definiert Währungsformatierungsregeln Muster Original: defines monetary formatting patterns The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klasse) | |
Original: Facet categories The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
definiert Charakter Klassifizierung Tabellen Original: defines character classification tables The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
Spezialisierung std::ctype für Typ char Original: specialization of std::ctype for type char The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (class Template-Spezialisierung) | |
Konvertiten zwischen Zeichenkodierungen, inklusive UTF-8, UTF-16, UTF-32 Original: converts between character encodings, including UTF-8, UTF-16, UTF-32 The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
definiert lexikographische Vergleich und Hashing von Strings Original: defines lexicographical comparison and hashing of strings The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
implementiert Abruf von Strings aus Nachrichtenkatalogen Original: implements retrieval of strings from message catalogs The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
parst Zeit / Datum-Werte von einem Eingang Zeichenfolge in struct std::tm Original: parses time/date values from an input character sequence into struct std::tm The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
Formate Inhalt struct std::tm für die Ausgabe als Zeichenfolge Original: formats contents of struct std::tm for output as character sequence The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
parses numeric values from an input character sequence (Klassen-Template) | |
Formate numerische Werte für die Ausgabe als Zeichenfolge Original: formats numeric values for output as character sequence The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
definiert numerische Satzzeichen Regeln Original: defines numeric punctuation rules The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
analysiert und konstruiert einen monetären Wert von einem Eingang Zeichenfolge Original: parses and constructs a monetary value from an input character sequence The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
Formate einen monetären Wert für die Ausgabe als Zeichenfolge Original: formats a monetary value for output as a character sequence The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
definiert Währungsformatierungsregeln Parameter std::money_get und std::money_put verwendet Original: defines monetary formatting parameters used by std::money_get and std::money_put The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
Original: Locale-specific facet categories The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. | |
stellt das System bereitgestellten std::ctype für die benannte locale Original: represents the system-supplied std::ctype for the named locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
stellt das System bereitgestellten std::ctype<char> für die benannte locale Original: represents the system-supplied std::ctype<char> for the named locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (class Template-Spezialisierung) | |
stellt das System bereitgestellten std::codecvt für die benannte locale Original: represents the system-supplied std::codecvt for the named locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
stellt das System bereitgestellten std::messages für die benannte locale Original: represents the system-supplied std::messages for the named locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
stellt das System bereitgestellten std::collate für die benannte locale Original: represents the system-supplied std::collate for the named locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
stellt das System bereitgestellten std::time_get für die benannte locale Original: represents the system-supplied std::time_get for the named locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
stellt das System bereitgestellten std::time_put für die benannte locale Original: represents the system-supplied std::time_put for the named locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
stellt das System bereitgestellten std::numpunct für die benannte locale Original: represents the system-supplied std::numpunct for the named locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) | |
stellt das System bereitgestellten std::moneypunct für die benannte locale Original: represents the system-supplied std::moneypunct for the named locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) |
[Bearbeiten] Locale-unabhängige Unicode-Konvertierung Facetten
definiert in Header
<codecvt> | |
(C++11) |
konvertiert zwischen UTF-8 und UCS2/UCS4 Original: converts between UTF-8 and UCS2/UCS4 The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) |
(C++11) |
konvertiert zwischen UTF-16 und UCS2/UCS4 Original: converts between UTF-16 and UCS2/UCS4 The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klassen-Template) |
(C++11) |
converts between UTF-8 and UTF-16 (Klassen-Template) |
(C++11) |
Tags zu ändern, das Verhalten der Standard-codecvt Facetten Original: tags to alter behavior of the standard codecvt facets The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klasse) |
[Bearbeiten] C-Bibliothek locales
definiert in Header
<clocale> | |
empfängt und setzt die aktuelle C locale Original: gets and sets the current C locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktion) | |
locale Kategorien für std::setlocale Original: locale categories for std::setlocale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Makro konstant) | |
fragt numerische und finanzielle Formatierung Details der aktuellen locale Original: queries numeric and monetary formatting details of the current locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Funktion) | |
Formatierung Details von std::localeconv zurückgegeben Original: formatting details, returned by std::localeconv The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (Klasse) |