Kaydet (Commit) 49cd54b8 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

fix encoding: EUC-KR to utf8

Change-Id: I49db117b191af624ce3c300ef13acf48301e9bf3
üst 18927056
...@@ -37,22 +37,22 @@ DLLEXPORT hchar ksc5601_han_to_ucs2 (hchar); ...@@ -37,22 +37,22 @@ DLLEXPORT hchar ksc5601_han_to_ucs2 (hchar);
DLLEXPORT hchar ksc5601_sym_to_ucs2 (hchar); DLLEXPORT hchar ksc5601_sym_to_ucs2 (hchar);
DLLEXPORT hchar_string hstr2ucsstr(hchar const* hstr); DLLEXPORT hchar_string hstr2ucsstr(hchar const* hstr);
/** /**
* 한컴스트링을 완성형스트링으로 변환한다. * 한컴스트링을 완성형스트링으로 변환한다.
*/ */
DLLEXPORT ::std::string hstr2ksstr(hchar const* hstr); DLLEXPORT ::std::string hstr2ksstr(hchar const* hstr);
/** /**
* 한글을 포함할 수 있는 char형스트링을 한컴스트링으로 변환한다. * 한글을 포함할 수 있는 char형스트링을 한컴스트링으로 변환한다.
*/ */
DLLEXPORT hchar_string kstr2hstr(uchar const* src); DLLEXPORT hchar_string kstr2hstr(uchar const* src);
/** /**
* hwp의 경로를 unix형태로 바꾼다. * hwp의 경로를 unix형태로 바꾼다.
*/ */
DLLEXPORT ::std::string urltounix(const char *src); DLLEXPORT ::std::string urltounix(const char *src);
/** /**
* hwp의 경로를 windows형태로 바꾼다. * hwp의 경로를 windows형태로 바꾼다.
*/ */
#ifdef _WIN32 #ifdef _WIN32
DLLEXPORT ::std::string urltowin(const char *src); DLLEXPORT ::std::string urltowin(const char *src);
...@@ -63,7 +63,7 @@ DLLEXPORT ::std::string urltowin(const char *src); ...@@ -63,7 +63,7 @@ DLLEXPORT ::std::string urltowin(const char *src);
DLLEXPORT char* Int2Str(int value, const char *format, char *buf); DLLEXPORT char* Int2Str(int value, const char *format, char *buf);
/** /**
* color인덱스 값과 음영값을 조합하여 스타오피스의 color로 변환 * color인덱스 값과 음영값을 조합하여 스타오피스의 color로 변환
*/ */
DLLEXPORT char *hcolor2str(uchar color, uchar shade, char *buf, bool bIsChar = false); DLLEXPORT char *hcolor2str(uchar color, uchar shade, char *buf, bool bIsChar = false);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment