towctrans
Aus cppreference.com
|
|
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. |
<metanoindex/>
<tbody> </tbody>| definiert in Header <wctype.h>
|
||
wint_t towctrans( wint_t wc, wctrans_t desc ); |
||
Ordnet die Breitzeichen
wc mit der aktuellen C Gebietsschemas LC_CTYPE Mapping Kategorie durch desc identifiziert .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.
Parameter
| ch | - | die breite Zeichen abzubilden
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 | - | die LC_CTYPE Mapping, von einem Aufruf
wctrans erhaltenOriginal: 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. |
Rückgabewert
Das abgebildete Wert
ch mit der Zuordnung durch desc in LC_CTYPE Facette der aktuellen C locale identifiziert .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.
Siehe auch
sieht eine Zeichenzuordnung Kategorie in der aktuellen C locale 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. (Funktion) | |
C++ documentation for towctrans
| |