This file is indexed.

/usr/share/texmf/tex/latex/kotex/utf/tex4ht/dhucs.cfg is in ko.tex 0.1.0+20071012-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
\Preamble{xhtml}
\Configure{charset}{charset=utf-8}
\Configure{@TITLE}{\protected\def\unihangulchar##1{\special{t4ht=&\###1;}}}
\Configure{@BODY}{\NoFonts}
\Configure{@/BODY}{\EndNoFonts}

\begin{document}
\CssFile
	/* css.sty */
body {
	line-height: 150%;
}
.verbatim {
	font-family: monospace;
	white-space: nowrap;
	text-align: left;
	line-height: 100%;
}
.quote {
	margin-bottom: 0.25em;
	margin-top: 0.25em; 
	margin-left: 3em; 
	margin-right:3em;
	text-align:justify;
}
\EndCssFile
\EndPreamble