This file is indexed.

/usr/include/lct/unicode.h is in console-tools-dev 1:0.2.3dbs-65.1ubuntu2.

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
#ifndef _LCT_UNICODE_H
# define _LCT_UNICODE_H

typedef unsigned short unicode;

unicode utf8_to_ucs2 (char* buf);
void ucs2_to_utf8(unicode c, char* utf);

#endif /* _LCT_UNICODE_H */