Show
Ignore:
Timestamp:
03/12/09 09:11:52 (9 months ago)
Author:
fumiakiy
Message:

Merged sockfish to trunk. "svn merge -r3114:3527 http://code.sixapart.com/svn/movabletype/branches/sockfish/ ."

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/MT/I18N/ja.pm

    r2929 r3531  
    1 # Movable Type (r) Open Source (C) 2001-2008 Six Apart, Ltd. 
     1# Movable Type (r) Open Source (C) 2001-2009 Six Apart, Ltd. 
    22# This program is distributed under the terms of the 
    33# GNU General Public License, version 2. 
     
    8484    $enc = $class->_conv_enc_label($enc); 
    8585    return $enc; 
     86} 
     87 
     88sub encode_jcode { 
     89    my $class = shift; 
     90    my ($enc, $text) = @_; 
     91    return $class->encode_text_jcode($text, 'utf-8', $enc); 
    8692} 
    8793