towctrans
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. |
<metanoindex/>
<tbody> </tbody>| Elemento definito nell'header <wctype.h>
|
||
wint_t towctrans( wint_t wc, wctrans_t desc ); |
||
Mappe il carattere ampio
wc utilizzando categoria LC_CTYPE mappatura della corrente C locale è identificato da desc.Original:
Maps the wide character
wc using the current C locale's LC_CTYPE mapping category identified by desc.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.
Parametri
| ch | - | il carattere esteso per mappare
Original: the wide character to map The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| desc | - | la mappatura LC_CTYPE, ottenuto da una chiamata a
wctransOriginal: the LC_CTYPE mapping, obtained from a call to wctransThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Valore di ritorno
Il valore mappato del
ch utilizzando il mapping identificato da desc in aspetto LC_CTYPE della versione locale corrente C.Original:
The mapped value of
ch using the mapping identified by desc in LC_CTYPE facet of 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.
You can help to correct and verify the translation. Click here for instructions.
Vedi anche
cerca una categoria mappatura personaggio nella versione locale corrente C Original: looks up a character mapping category in 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. (funzione) | |
C++ documentation for towctrans
| |