Skip to content

Instantly share code, notes, and snippets.

View kzys's full-sized avatar

Kazuyoshi Kato kzys

View GitHub Profile
# Originally written by ono_matope
# http://d.hatena.ne.jp/ono_matope/20080713#1215974472
use strict;
use warnings;
use utf8;
use Encode;
use Unicode::Japanese;
binmode(STDOUT, 'encoding(utf8)');