Changeset 7179 for temp/trunk/data/class/SC_Pdf.php
- Timestamp:
- 2006/11/01 12:02:42 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_Pdf.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Pdf.php
r5934 r7179 28 28 function SC_Pdf($width = 595, $height = 842, $fontsize = 10) { 29 29 $this->license_key = "B600602-010400-714251-5851C1"; 30 $this->src_code = " EUC-JP";30 $this->src_code = "CHAR_CODE"; 31 31 // UTF-8¤Ç¤Ê¤¤¤È¥Ö¥í¥Ã¥¯Æâ¤Ç²þ¹Ô¤Ç¤¤Ê¤¤¡£ 32 32 $this->dst_code = "UTF-8"; … … 410 410 $end_y = 0; 411 411 } 412 $enc_table = mb_convert_encoding($line, "utf-8", " euc-jp");412 $enc_table = mb_convert_encoding($line, "utf-8", "CHAR_CODE"); 413 413 414 414 $tf = PDF_create_textflow($this->pdf, $enc_table, $option);
Note: See TracChangeset
for help on using the changeset viewer.
