Sets or returns a String value that specifies the character set into which the contents of the Stream will be translated. The default value is Unicode. Allowed values are typical strings passed over the interface as Internet character set names (for example, "iso-8859-1", "Windows-1252", and so on). For a list of the character set names that are known by a system, see the subkeys of HKEY_CLASSES_ROOT\MIME\Database\Charset in the Windows Registry.
레지스트리 찾아보니깐 너무 많네요
us-ansi도 있고
x-ansi도 있고
ansi_x3.4-1986등이 있는데
단독 ansi는 없네요
혹시 정확한 값 아시는분 계시아뇨?
일단 euc-kr 해보니깐 글자는 깨지질 않는데 맞는지 모르겠네요
꼭 ansi 써야합니까
?
그래서 헷갈리지 말라고 utf8을 쓰는거잖아.