767216aadb632e0b680386d09da6d3c1d0676000
[platform/upstream/fribidi.git] / doc / fribidi_parse_charset.3
1 .\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
2 .\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
3 .TH "fribidi_parse_charset" 3 "2 December 2012" "GNU FriBidi 0.19.4" "Programmer's Manual"
4 .SH "NAME"
5 fribidi_parse_charset \- parse character set name
6 .SH "SYNOPSIS"
7 .ft B
8 #include <fribidi.h>
9 .sp
10 FriBidiCharSet fribidi_parse_charset(const char *s);
11 .ft R
12 .SH "PARAMETERS"
13 .TP
14 .B "const char *s"
15 Input name of the character set.
16 .SH "DESCRIPTION"
17 Parse character set name.
18 .SH "RETURNS"
19 The character set named s, or FRIBIDI_CHAR_SET_NOT_FOUND if the
20 character set is not available.
21 .sp
22 Possible values for a \fBFriBidiCharSet\fR are as follows:
23 .RS 0.75in
24 .PD 0
25 .ft B
26 .nr TL \w'FRIBIDI_CHAR_SET_ISO8859_6'u+0.2i
27 .ft R
28 .TP \n(TLu
29 \fBFRIBIDI_CHAR_SET_UTF8\fR
30 UTF-8 (Unicode).
31 .TP \n(TLu
32 \fBFRIBIDI_CHAR_SET_CAP_RTL\fR
33 CapRTL (Test).
34 .TP \n(TLu
35 \fBFRIBIDI_CHAR_SET_ISO8859_6\fR
36 ISO8859-6 (Arabic).
37 .TP \n(TLu
38 \fBFRIBIDI_CHAR_SET_ISO8859_8\fR
39 ISO8859-8 (Hebrew).
40 .TP \n(TLu
41 \fBFRIBIDI_CHAR_SET_CP1255\fR
42 CP1255 (MS Hebrew/Yiddish).
43 .TP \n(TLu
44 \fBFRIBIDI_CHAR_SET_CP1256\fR
45 CP1256 (MS Arabic).
46 .RE
47 .PD
48 .SH "SEE ALSO"
49 fribidi_charset_to_unicode(3),
50 fribidi_unicode_to_charset(3),
51 fribidi_shape_arabic(3),
52 fribidi_get_par_direction(3),
53 fribidi_get_par_embedding_levels(3),
54 fribidi_reorder_line(3),
55 fribidi_get_bidi_type(3),
56 fribidi_get_bidi_types(3),
57 fribidi_get_bidi_type_name(3),
58 fribidi_debug_status(3),
59 fribidi_mirroring_status(3),
60 fribidi_set_mirroring(3),
61 fribidi_reorder_nsm_status(3),
62 fribidi_set_reorder_nsm(3),
63 fribidi_log2vis_get_embedding_levels(3),
64 fribidi_get_type(3),
65 fribidi_get_type_internal(3),
66 fribidi_remove_bidi_marks(3),
67 fribidi_log2vis(3),
68 fribidi_join_arabic(3),
69 fribidi_get_joining_type(3),
70 fribidi_get_joining_types(3),
71 fribidi_get_joining_type_name(3),
72 fribidi_get_mirror_char(3),
73 fribidi_shape_mirroring(3),
74 fribidi_shape(3)