This file is indexed.

/usr/share/liblouis/tables/compress.ctb is in liblouis-data 2.4.1-1.

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
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
###############################################################################
# BRLTTY - A background process providing access to the Linux console (when in
#          text mode) for a blind person using a refreshable braille display.
#
# Copyright (C) 1995-2004 by The BRLTTY Team. All rights reserved.
#
# BRLTTY comes with ABSOLUTELY NO WARRANTY.
#
# This is free software, placed under the terms of the
# GNU General Public License, as published by the Free Software
# Foundation.  Please see the file COPYING for details.
#
# Web Page: http://mielke.cc/brltty/
#
# This software is maintained by Dave Mielke <dave@mielke.cc>.
###############################################################################

# Multiple Blank, Tab, etc. Suppression Table

# Sequences which should be represented by no dots.
repeated \s 0
repeated \t 0

# cut down lines of hyphens, underscores, etc.
repeated --- =
repeated ___ =
repeated === =

include allchars.cti
include text.nabcc.dis
# end of table