Ignore:
Timestamp:
2006/11/01 12:02:42 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_Pdf.php

    r5934 r7179  
    2828    function SC_Pdf($width = 595, $height = 842, $fontsize = 10) { 
    2929        $this->license_key = "B600602-010400-714251-5851C1"; 
    30         $this->src_code = "EUC-JP"; 
     30        $this->src_code = "CHAR_CODE"; 
    3131        // UTF-8¤Ç¤Ê¤¤¤È¥Ö¥í¥Ã¥¯Æâ¤Ç²þ¹Ô¤Ç¤­¤Ê¤¤¡£ 
    3232        $this->dst_code = "UTF-8"; 
     
    410410            $end_y = 0; 
    411411        } 
    412         $enc_table = mb_convert_encoding($line, "utf-8", "euc-jp"); 
     412        $enc_table = mb_convert_encoding($line, "utf-8", "CHAR_CODE"); 
    413413                 
    414414        $tf = PDF_create_textflow($this->pdf, $enc_table, $option); 
Note: See TracChangeset for help on using the changeset viewer.