/usr/include/fribidi/fribidi-unicode-version.h is in libfribidi-dev 0.19.6-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /* fribidi-unicode-version.h
* generated by gen-unicode-version (GNU FriBidi 0.19.5)
* from the file BidiMirroring.txt */
#define FRIBIDI_UNICODE_VERSION "6.2.0"
#define FRIBIDI_UNICODE_MAJOR_VERSION 6
#define FRIBIDI_UNICODE_MINOR_VERSION 2
#define FRIBIDI_UNICODE_MICRO_VERSION 0
#define FRIBIDI_UNICODE_NAMESPACE(SYMBOL) \
FRIBIDI_NAMESPACE(SYMBOL##_unicode_6_2_0)
#define FRIBIDI_UNICODE_PRIVATESPACE(SYMBOL) \
FRIBIDI_PRIVATESPACE(SYMBOL##_unicode_6_2_0)
/* End of generated fribidi-unicode-version.h */
|