#!/usr/bin/perl
use strict;
use Encode;
use Getopt::Long;
Getopt::Long::Configure ("bundling");
my $VERBOSE = 0;
my $CLASS = "kana";
GetOptions("verbose|v" => \$VERBOSE, "class|c=s" => \$CLASS)
or die "usage: $0 [-v] [-c css-class] [file ...]\n";
my $BR = $VERBOSE ? "
" : "";
my $SPACE = decode("utf-8","\343\200\200");
my $SLASH = decode("utf-8","\357\274\217");
printheader() if $VERBOSE;
my @entry;
while (<>) {
chomp;
if (/^#@/) {
print qq(