string a;
a="월요일"
char[] aa = a.ToCharArray();
print (long)aa[0]
aa[0]출력할때 숫자로 출력 되던데 어떤게 들어 간거야? 유니코드?
넵 유니코드입니다
넵 유니코드입니다