package Sledge::Charset::Default; # $Id: Default.pm,v 1.1.1.1 2003/02/13 06:59:36 miyagawa Exp $ # # Tatsuhiko Miyagawa # Livin' On The EDGE, Co., Ltd.. # use strict; use base qw(Sledge::Charset::Null); sub content_type { return 'text/html; charset=euc-jp'; } 1;