vim의 다른 파일 인코딩에서strlen을 테스트한 결과

647 단어
Technorati 태그:인코딩, strlen
코드는 동일합니다.
#include <stdio.h>
#include <malloc.h>
#include <string.h>

int main()
{
    printf("%d
"
, strlen("һ")); return 0; }

vim에서 각각 입력
: set fileencoding=utf-8
or
: set fileencoding=cp936
다른 결과를 얻게 될 겁니다.
인코딩 방식이 다르기 때문에 gdb로 직접 봐도 뻔할 거예요.

좋은 웹페이지 즐겨찾기