UTF변환 질문....

ssik425의 이미지

locale이 EUC-KR상태에서 다음과 같은 소스를 작성하였습니다.

#include <stdio.h>
#include <wchar.h>

int main(void)
{
   char *estr="이거당..";

   wprintf(L"str=%s \n", (wchar_t *)estr);
   return 0;
}

make 하여 실행을 해보니
딸랑... "str=" 이것만 나오네요...

estr에 해당하는 EUC-KR문자열을 UTF-8문자열로
변환하기 위한 간단한 코드인데 감을 잡을 수가 없네요..

뭐가 문제일까요?

해당 터미널의 character-Set을 변경하여 실행해도 마찬가지 입니다.

cdpark의 이미지

char *형을 wchar_t * 형으로 casting한다고 EUC-KR이 UTF-8 문자열로 바뀌지 않습니다. -_-;;

이런 경우엔 iconv 라이브러리를 사용하세요.

익명 사용자의 이미지

음... 그런가요...
wprintf가 뭔가 해줄거라 기대하고 있었는데... ^^
그럼 printf와의 차이점은 뭘까요?

yui의 이미지

방법은 다음과 같습니다.

$ cat mbstowcs.c
#include <stdio.h>
#include <wchar.h>
#include <locale.h>
#include <stdlib.h>

int main(void)
{
        char *estr="이거당..";

        setlocale(LC_CTYPE, "ko_KR.eucKR");
        wchar_t imsi[100];
        mbstowcs(imsi, estr, sizeof(imsi));
        setlocale(LC_CTYPE, "ko_KR.UTF-8");
        wprintf(L"str=%ls \n", imsi);
        return 0;
}

$ gcc mbstowcs.c --std=c99
$ ./a.out
str=?닿굅??.
$ ./a.out | iconv -f utf-8 -t euc-kr
str=이거당..

@ 소스파일은 물론 euc-kr로 인코딩되어야 합니다.

Necromancer의 이미지

글자 하나하나의 코드를 다 utf로 바꿔줘야죠.

형변환은 형을 그렇게 강제로 바꿔 쓰겠다고 컴파일러에게 알려주는거지
실제로는 변환작업 하나도 안합니다.

Written By the Black Knight of Destruction

yui의 이미지

yui wrote:
방법은 다음과 같습니다.

$ cat mbstowcs.c
#include <stdio.h>
#include <wchar.h>
#include <locale.h>
#include <stdlib.h>

int main(void)
{
        char *estr="이거당..";

        setlocale(LC_CTYPE, "ko_KR.eucKR");
        wchar_t imsi[100];
        mbstowcs(imsi, estr, sizeof(imsi));
        setlocale(LC_CTYPE, "ko_KR.UTF-8");
        wprintf(L"str=%ls \n", imsi);
        return 0;
}

곰곰히 생각해보니 이식성이 없는 방법이 아닐까 싶습니다. wchar를 잘 사용하지 않아 일단 동작은 하길래 올려봤는데, locale-dependent한 wchar_t 구현도 있다니 왠지 위 방식은 올바르지 않다는 생각이 드네요. 그냥 iconv를 쓰는게 정답으로 보입니다.

잘 아시는분 조언 부탁드리겠습니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.