fribidi_unicode_to_charset (3)
Leading comments
WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man! DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
NAME
fribidi_unicode_to_charset - convert string from UnicodeSYNOPSIS
#include <fribidi.h>
FriBidiStrIndex fribidi_unicode_to_charset
(
FriBidiCharSet char_set,
const FriBidiChar *us,
FriBidiStrIndex len,
char *s
);
PARAMETERS
- FriBidiCharSet char_set
-
Character set to conver to.
Possible values for a FriBidiCharSet are as follows:
-
- FRIBIDI_CHAR_SET_UTF8
- UTF-8 (Unicode).
- FRIBIDI_CHAR_SET_CAP_RTL
- CapRTL (Test).
- FRIBIDI_CHAR_SET_ISO8859_6
- ISO8859-6 (Arabic).
- FRIBIDI_CHAR_SET_ISO8859_8
- ISO8859-8 (Hebrew).
- FRIBIDI_CHAR_SET_CP1255
- CP1255 (MS Hebrew/Yiddish).
- FRIBIDI_CHAR_SET_CP1256
- CP1256 (MS Arabic).
-
- const FriBidiChar *us
- Input Unicode string.
- FriBidiStrIndex len
- Input string length.
- char *s
- Output string encoded in char_set.