fribidi_get_mirror_char (3)
Leading comments
WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man! DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
NAME
fribidi_get_mirror_char - get mirrored characterSYNOPSIS
#include <fribidi.h>
fribidi_boolean fribidi_get_mirror_char
(
FriBidiChar ch,
FriBidiChar *mirrored_ch
);
PARAMETERS
- FriBidiChar ch
- Input character.
- FriBidiChar *mirrored_ch
- Output mirrored character.
DESCRIPTION
This function finds the mirrored equivalent of a character as defined in the file BidiMirroring.txt of the Unicode Character Database available at www.unicode.org/Public/UNIDATA/BidiMirroring.txtIf the input character is a declared as a mirroring character in the Unicode standard and has a mirrored equivalent. The matching mirrored character is put in the output, otherwise the input character itself is put.