Changeset 3531 for trunk/lib/MT/I18N/ja.pm
- Timestamp:
- 03/12/09 09:11:52 (9 months ago)
- Files:
-
- 1 modified
-
trunk/lib/MT/I18N/ja.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/MT/I18N/ja.pm
r2929 r3531 1 # Movable Type (r) Open Source (C) 2001-200 8Six Apart, Ltd.1 # Movable Type (r) Open Source (C) 2001-2009 Six Apart, Ltd. 2 2 # This program is distributed under the terms of the 3 3 # GNU General Public License, version 2. … … 84 84 $enc = $class->_conv_enc_label($enc); 85 85 return $enc; 86 } 87 88 sub encode_jcode { 89 my $class = shift; 90 my ($enc, $text) = @_; 91 return $class->encode_text_jcode($text, 'utf-8', $enc); 86 92 } 87 93
