summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-04-19 21:09:51 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-04-19 21:10:28 +0200
commit254ae249247c0e4484ec48c0d255c66a341c7dfd (patch)
tree9d813660ac9c949fb39524d0c49d707e0fba14cf /hwpfilter
parent3bc517828a10ca9ef4c76afbd8538f0fc9a62034 (diff)
cpplint: [readability/utf8] Line contains invalid UTF-8
Change-Id: Ifb8793c3a1647bfa0d02e471419acb434dcea951
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hfont.cxx2
-rw-r--r--hwpfilter/source/hiodev.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/hwpfilter/source/hfont.cxx b/hwpfilter/source/hfont.cxx
index 0671cfcd5834..6be9ef0dcb31 100644
--- a/hwpfilter/source/hfont.cxx
+++ b/hwpfilter/source/hfont.cxx
@@ -21,7 +21,7 @@
#include "hwplib.h"
#include "hwpfile.h"
#include "hfont.h"
-/* Լ HWP ؼϴ κ̴. */
+/* 이 함수는 HWP 파일을 해석하는 부분이다. */
HWPFont::HWPFont(void)
{
diff --git a/hwpfilter/source/hiodev.cxx b/hwpfilter/source/hiodev.cxx
index 5de1b5c7e890..577b5f854c9a 100644
--- a/hwpfilter/source/hiodev.cxx
+++ b/hwpfilter/source/hiodev.cxx
@@ -143,7 +143,7 @@ void HStreamIODev::flush(void)
void HStreamIODev::close(void)
{
-/* ÷ ݴ´. */
+/* 플러시한 후 닫는다. */
this->flush();
if (_gzfp)
gz_close(_gzfp); /* gz_close() calls stream_closeInput() */
@@ -159,7 +159,7 @@ int HStreamIODev::state(void) const
}
-/* zlib κ */
+/* zlib 관련 부분 */
bool HStreamIODev::setCompressed(bool flag)
{
compressed = flag;