Changeset 17235 for branches/version-1/html
- Timestamp:
- 2008/04/07 22:19:25 (15 years ago)
- Location:
- branches/version-1/html/admin/pdf.d
- Files:
-
- 6 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/version-1/html/admin/pdf.d/index.php
r17113 r17235 25 25 $this->arrPref = $arrPref; 26 26 $this->width_cell = array(110.3,12,21.7,24.5); 27 $label_cell[] = sjis_conv("¾¦ÉÊ̾ / ¾¦ÉÊ¥³¡¼¥É / [ µ¬³Ê ]");28 $label_cell[] = sjis_conv("¿ôÎÌ");29 $label_cell[] = sjis_conv("ñ²Á");30 $label_cell[] = sjis_conv("¶â³Û(Àǹþ)");31 $this->label_cell = $label_cell;32 27 $this->arrMessage = array( 33 28 '¤³¤Î¤¿¤Ó¤Ï¤ªÇã¾å¤²¤¤¤¿¤À¤¤¢¤ê¤¬¤È¤¦¤´¤¶¤¤¤Þ¤¹¡£', … … 130 125 * ¥Õ¥©¥ó¥È¤Î¥»¥Ã¥È $pdf->SetFont('SJIS', '', 8); ¢¨SJIS(MSPGothic)¤Ç¥Õ¥©¥ó¥È¥µ¥¤¥º8 131 126 */ 127 128 // ¥é¥Ù¥ë¾ðÊó 129 $label_cell[] = sjis_conv("¾¦ÉÊ̾ / ¾¦ÉÊ¥³¡¼¥É / [ µ¬³Ê ]"); 130 $label_cell[] = sjis_conv("¿ôÎÌ"); 131 $label_cell[] = sjis_conv("ñ²Á"); 132 $label_cell[] = sjis_conv("¶â³Û(Àǹþ)"); 133 $objPage->label_cell = $label; 132 134 133 135 // ¥·¥ç¥Ã¥×¾ðÊó … … 304 306 function sjis_conv($conv_str) { 305 307 global $objPage; 306 return (mb_convert_encoding($conv_str, "SJIS", $objPage->tpl_char)); 308 $str = mb_convert_encoding($conv_str, "SJIS", $objPage->tpl_char); 309 return $str; 307 310 } 308 311
Note: See TracChangeset
for help on using the changeset viewer.