Namensräume
Varianten
Aktionen

Localization library

Aus cppreference.com
< cpp

 
 
Lokalisierungen Bibliothek
Locales und Facetten
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.
locale
Buchstaben-Klassifikation
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.
Conversions
Original:
Conversions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Facet Kategorie Basisklassen
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.
Facet Kategorien
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.
Locale-spezifische Facetten
Original:
Locale-specific facets
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Code-Konvertierung Facetten
Original:
Code conversion facets
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
codecvt_utf8(C++11)
codecvt_utf16(C++11)
C locale
Original:
C locale
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
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.

Inhaltsverzeichnis

[Bearbeiten] Locales

definiert in Header <locale>
Locales und Facetten
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) [edit]
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) [edit]
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) [edit]
Buchstaben-Klassifikation
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) [edit]
checks if a character is classified as a blank character by a locale
(Funktions-Template) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
Character Konvertierungen
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) [edit]
converts a character to lowercase using the ctype facet of a locale
(Funktions-Template) [edit]
String und Strom Konvertierungen
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.
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) [edit]
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) [edit]
Facet Kategorie Basisklassen
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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
Facet Kategorien
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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
parses numeric values from an input character sequence
(Klassen-Template) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
Locale-spezifische Facette Kategorien
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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]
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) [edit]

[Bearbeiten] Locale-unabhängige Unicode-Konvertierung Facetten

definiert in Header <codecvt>
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) [edit]
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) [edit]
converts between UTF-8 and UTF-16
(Klassen-Template) [edit]
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) [edit]

[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) [edit]
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) [edit]
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) [edit]
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) [edit]