std::codecvt_utf16
Da cppreference.com.
![]() |
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
Elemento definito nell'header <codecvt>
|
||
template< class Elem, unsigned long Maxcode = 0x10ffff, |
||
std::codecvt_utf16 è un aspetto std::codecvt che incapsula la conversione tra una codifica UTF-16 stringa di byte codificata e UCS2 o UCS4 stringa di caratteri (a seconda del tipo di
Elem
). Questo aspetto codecvt può essere utilizzato per leggere e scrivere UTF-16 file in modo binario. Original:
std::codecvt_utf16 is a std::codecvt facet which encapsulates conversion between a UTF-16 encoded byte string and UCS2 or UCS4 character string (depending on the type of
Elem
). This codecvt facet can be used to read and write UTF-16 files in binary mode. 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.
Indice |