Ignore:
Timestamp:
2014/06/16 23:58:21 (10 years ago)
Author:
shutta
Message:

#1977 [共通クラス]SC_Utils
MS932だとUnkown encodingエラーになるので、CP932に変更。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/tests/class/util/SC_Utils/SC_Utils_sfMbConvertEncodingTest.php

    r23546 r23557  
    4747 
    4848  ///////////////////////////////////////// 
    49   public function testSfMbConvertEncoding_MS932の場合_エラーが起きない() 
     49  public function testSfMbConvertEncoding_CP932の場合_エラーが起きない() 
    5050  { 
    5151    $input = 'あいうえお、今日は良い天気です。'; 
    52     $encode = 'MS932'; 
     52    $encode = 'CP932'; 
    5353 
    5454    $this->assertNotNull(SC_Utils::sfMbConvertEncoding($input, $encode), '変換結果'); 
Note: See TracChangeset for help on using the changeset viewer.