From 32f0f819dd3b91278c9e818ce9db23817d56e207 Mon Sep 17 00:00:00 2001 From: SIR Date: Fri, 14 Feb 2014 11:57:47 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8B=A4=EC=9D=8C=20=EC=87=BC=ED=95=91?= =?UTF-8?q?=ED=95=98=EC=9A=B0=20=EC=9D=B8=EC=BD=94=EB=94=A9=EC=9D=84=20euc?= =?UTF-8?q?-kr=20=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/price/daum.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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