## -*- perl -*-
## ----------------------------------------------------------------------
## Locale/ko_KR.eucKR/HTML: locale for Korean output in HTML format
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------
%locale = (
	   'charset' => 'euc-kr',
	   'abstract' => '',
	   'copyright notice' => '۱',
	   'contents' => '',
	   'chapter' => sub { return " $_[0]" },
	   'appendix' => sub { return "η $_[0]" },
	   'section' => sub { return " $_[0]" },
	   'subsection' => sub { return " $_[0]" },
	   'subsubsection' => sub { return " $_[0]" },
	   'paragraph' => sub { return " $_[0]" },
	   'subparagraph' => sub { return " $_[0]" },
	   'footnotes' => '',
	   'comments' => '',
	   'next' => '',
	   'previous' => '',
	   );

## ----------------------------------------------------------------------
