diff --git a/shop/price/daum.php b/shop/price/daum.php index 4a05442ac..4a7108019 100644 --- a/shop/price/daum.php +++ b/shop/price/daum.php @@ -1,6 +1,7 @@ \ No newline at end of file + +$content = ob_get_contents(); +ob_end_clean(); + +$content = iconv('utf-8', 'euc-kr', $content); +echo $content; +?> \ No newline at end of file