Index: temp/trunk/html/admin/login_error.php
===================================================================
--- temp/trunk/html/admin/login_error.php	(revision 7179)
+++ temp/trunk/html/admin/login_error.php	(revision 7180)
@@ -8,5 +8,5 @@
  *}-->
 <head>
-<meta http-equiv="content-type" content="application/xhtml+xml; charset=CHAR_CODE" />
+<meta http-equiv="content-type" content="application/xhtml+xml; charset=<!--{$smarty.const.CHAR_CODE}-->" />
 <meta http-equiv="content-script-type" content="text/javascript" />
 <meta http-equiv="content-style-type" content="text/css" />
Index: temp/trunk/html/admin/error.php
===================================================================
--- temp/trunk/html/admin/error.php	(revision 7179)
+++ temp/trunk/html/admin/error.php	(revision 7180)
@@ -8,5 +8,5 @@
  *}-->
 <head>
-<meta http-equiv="content-type" content="application/xhtml+xml; charset=CHAR_CODE" />
+<meta http-equiv="content-type" content="application/xhtml+xml; charset=<!--{$smarty.const.CHAR_CODE}-->" />
 <meta http-equiv="content-script-type" content="text/javascript" />
 <meta http-equiv="content-style-type" content="text/css" />
Index: temp/trunk/html/admin/total/class/SC_GraphBase.php
===================================================================
--- temp/trunk/html/admin/total/class/SC_GraphBase.php	(revision 7179)
+++ temp/trunk/html/admin/total/class/SC_GraphBase.php	(revision 7180)
@@ -128,5 +128,5 @@
 			imagefilledrectangle($this->image, $left - 2, $top - 2, $left + $text_width + 2, $top + $font_size + 2, $this->labelbg_color);
 		}
-		//$text = mb_convert_encoding($text, "UTF-8", "CHAR_CODE");
+		//$text = mb_convert_encoding($text, "UTF-8", CHAR_CODE);
 		$text = mb_convert_encoding($text, "SHIFT-JIS");
 		if($color != NULL) {
@@ -148,5 +148,5 @@
 	// ¥í¥°¤ò½ÐÎÏ¤¹¤ë
 	function debugPrint($text) {
-		$text = mb_convert_encoding($text, "UTF-8", "CHAR_CODE");
+		$text = mb_convert_encoding($text, "UTF-8", CHAR_CODE);
 		if(!isset($this->text_top)) {
 			$this->text_top = FONT_SIZE + LINE_PAD;
Index: temp/trunk/html/admin/total/class/lib.php
===================================================================
--- temp/trunk/html/admin/total/class/lib.php	(revision 7179)
+++ temp/trunk/html/admin/total/class/lib.php	(revision 7180)
@@ -27,5 +27,5 @@
 function lfImageText($dst_image, $text, $font_size, $left, $top, $font, $arrRGB) {
 	$color = ImageColorAllocate($dst_image, $arrRGB[0], $arrRGB[1], $arrRGB[2]);
-	$text = mb_convert_encoding($text, "UTF-8", "CHAR_CODE");
+	$text = mb_convert_encoding($text, "UTF-8", CHAR_CODE);
 	// É½¼¨³ÑÅÙ	
 	$angle = 0;
Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 7179)
+++ temp/trunk/html/admin/system/bkup.php	(revision 7180)
@@ -196,5 +196,5 @@
 	$csv_file = $bkup_dir . "bkup_data.csv";
 	$csv_autoinc_file = $bkup_dir . "autoinc_data.csv";
-	mb_internal_encoding('CHAR_CODE');
+	mb_internal_encoding(CHAR_CODE);
 	// CSV½ÐÎÏ
 	// ¥Ç¥£¥ì¥¯¥È¥ê¤¬Â¸ºß¤·¤Æ¤¤¤Ê¤±¤ì¤ÐºîÀ®¤¹¤ë		
Index: temp/trunk/html/admin/develop/csv.php
===================================================================
--- temp/trunk/html/admin/develop/csv.php	(revision 7179)
+++ temp/trunk/html/admin/develop/csv.php	(revision 7180)
@@ -26,5 +26,5 @@
 
 // ¥¨¥ó¥³¡¼¥É
-$enc_filepath = sfEncodeFile($filepath, "CHAR_CODE", CSV_TEMP_DIR);
+$enc_filepath = sfEncodeFile($filepath, CHAR_CODE, CSV_TEMP_DIR);
 
 $total = 0;
Index: temp/trunk/html/admin/develop/upload_csv.php
===================================================================
--- temp/trunk/html/admin/develop/upload_csv.php	(revision 7179)
+++ temp/trunk/html/admin/develop/upload_csv.php	(revision 7180)
@@ -56,5 +56,5 @@
 		$filepath = $objUpFile->getTempFilePath('csv_file');
 		// ¥¨¥ó¥³¡¼¥É
-		$enc_filepath = sfEncodeFile($filepath, "CHAR_CODE", CSV_TEMP_DIR);
+		$enc_filepath = sfEncodeFile($filepath, CHAR_CODE, CSV_TEMP_DIR);
 		$fp = fopen($enc_filepath, "r");
 		
Index: temp/trunk/html/admin/products/upload_csv.php
===================================================================
--- temp/trunk/html/admin/products/upload_csv.php	(revision 7179)
+++ temp/trunk/html/admin/products/upload_csv.php	(revision 7180)
@@ -56,5 +56,5 @@
 		$filepath = $objUpFile->getTempFilePath('csv_file');
 		// ¥¨¥ó¥³¡¼¥É
-		$enc_filepath = sfEncodeFile($filepath, "CHAR_CODE", CSV_TEMP_DIR);
+		$enc_filepath = sfEncodeFile($filepath, CHAR_CODE, CSV_TEMP_DIR);
 		$fp = fopen($enc_filepath, "r");
 		$line = 0;		// ¹Ô¿ô
Index: temp/trunk/html/admin/products/review_show.php
===================================================================
--- temp/trunk/html/admin/products/review_show.php	(revision 7179)
+++ temp/trunk/html/admin/products/review_show.php	(revision 7180)
@@ -8,5 +8,5 @@
  *}-->
 <head>
-<meta http-equiv="content-type" content="application/xhtml+xml; charset=CHAR_CODE" />
+<meta http-equiv="content-type" content="application/xhtml+xml; charset=<!--{$smarty.const.CHAR_CODE}-->" />
 <meta http-equiv="content-script-type" content="text/javascript" />
 <meta http-equiv="content-style-type" content="text/css" />
Index: temp/trunk/html/admin/products/bak_upload_csv.php
===================================================================
--- temp/trunk/html/admin/products/bak_upload_csv.php	(revision 7179)
+++ temp/trunk/html/admin/products/bak_upload_csv.php	(revision 7180)
@@ -54,5 +54,5 @@
 		$filepath = $objUpFile->getTempFilePath('csv_file');
 		// ¥¨¥ó¥³¡¼¥É
-		$enc_filepath = sfEncodeFile($filepath, "CHAR_CODE", CSV_TEMP_DIR);
+		$enc_filepath = sfEncodeFile($filepath, CHAR_CODE, CSV_TEMP_DIR);
 		$fp = fopen($enc_filepath, "r");
 		$line = 0;		// ¹Ô¿ô
Index: temp/trunk/html/admin/products/upload_rakuten.php
===================================================================
--- temp/trunk/html/admin/products/upload_rakuten.php	(revision 7179)
+++ temp/trunk/html/admin/products/upload_rakuten.php	(revision 7180)
@@ -56,5 +56,5 @@
 		$filepath = $objUpFile->getTempFilePath('csv_file');
 		// ¥¨¥ó¥³¡¼¥É
-		$enc_filepath = sfEncodeFile($filepath, "CHAR_CODE", CSV_TEMP_DIR);
+		$enc_filepath = sfEncodeFile($filepath, CHAR_CODE, CSV_TEMP_DIR);
 		$fp = fopen($enc_filepath, "r");
 		$line = 0;		// ¹Ô¿ô
Index: temp/trunk/html/admin/products/edit.php
===================================================================
--- temp/trunk/html/admin/products/edit.php	(revision 7179)
+++ temp/trunk/html/admin/products/edit.php	(revision 7180)
@@ -7,5 +7,5 @@
  *}-->
 <head>
-<meta http-equiv="content-type" content="application/xhtml+xml; charset=CHAR_CODE" />
+<meta http-equiv="content-type" content="application/xhtml+xml; charset=<!--{$smarty.const.CHAR_CODE}-->" />
 <meta http-equiv="content-script-type" content="text/javascript" />
 <meta http-equiv="content-style-type" content="text/css" />
