.\" -*- coding: UTF-8 -*- '\" t .\" Copyright (c) Bruno Haible .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" References consulted: .\" GNU glibc-2 source code and manual .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH wctob 3 "15. Dezember 2022" "Linux man\-pages 6.03" .SH BEZEICHNUNG wctob \- try to represent a wide character as a single byte .SH BIBLIOTHEK Standard\-C\-Bibliothek (\fIlibc\fP, \fI\-lc\fP) .SH ÜBERSICHT .nf \fB#include \fP .PP \fBint wctob(wint_t \fP\fIc\fP\fB);\fP .fi .SH BESCHREIBUNG The \fBwctob\fP() function tests whether the multibyte representation of the wide character \fIc\fP, starting in the initial state, consists of a single byte. If so, it is returned as an \fIunsigned char\fP. .PP Never use this function. It cannot help you in writing internationalized programs. Internationalized programs must never distinguish single\-byte and multibyte characters. .SH RÜCKGABEWERT The \fBwctob\fP() function returns the single\-byte representation of \fIc\fP, if it exists, or \fBEOF\fP otherwise. .SH ATTRIBUTE Siehe \fBattributes\fP(7) für eine Erläuterung der in diesem Abschnitt verwandten Ausdrücke. .ad l .nh .TS allbox; lbx lb lb l l l. Schnittstelle Attribut Wert T{ \fBwctob\fP() T} Multithread\-Fähigkeit MT\-Safe .TE .hy .ad .sp 1 .SH STANDARDS POSIX.1\-2001, POSIX.1\-2008, C99. .SH ANMERKUNGEN The behavior of \fBwctob\fP() depends on the \fBLC_CTYPE\fP category of the current locale. .PP This function should never be used. Internationalized programs must never distinguish single\-byte and multibyte characters. Use either \fBwctomb\fP(3) or the thread\-safe \fBwcrtomb\fP(3) instead. .SH "SIEHE AUCH" \fBbtowc\fP(3), \fBwcrtomb\fP(3), \fBwctomb\fP(3) .PP .SH ÜBERSETZUNG Die deutsche Übersetzung dieser Handbuchseite wurde von erstellt. .PP Diese Übersetzung ist Freie Dokumentation; lesen Sie die .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE oder neuer bezüglich der Copyright-Bedingungen. Es wird KEINE HAFTUNG übernommen. .PP Wenn Sie Fehler in der Übersetzung dieser Handbuchseite finden, schicken Sie bitte eine E-Mail an die .MT debian-l10n-german@lists.debian.org Mailingliste der Übersetzer .ME .