Re: how to change the charset of responsing message from us-ascii into euc-kr?

Jason L Tibbitts III <[email protected]> 09 Feb 2007 00:15:44 -0600
Newsgroups gmane.mail.majordomo.majordomo2.devel
Message-ID <[email protected]>
>>>>> "YMK" == Young Min Kim <[email protected]> writes:

YMK> I want to change the responging mesages(for example... welcome
YMK> message) into korean character.. but....when I converted the file
YMK> welcome into korean charcter I got corrupted response
YMK> messge... because the defulat charset is us-ascii...

If you are uploading the file using put, the default character set is
ISO-8859-1.  But if you use put-data, you can specify the character
set for the file.  See the result of "help put" for documentation.

If you are not uploading the files using put, perhaps you could
describe just what you're doing.  If you look at the English files,
did you see the files starting with "." that contain the metadata for
the files, including the character set (which happens to be
us-ascii).  I would hope you are not just editing the English files
and translating them to Korean.  You should make another language
directory instead.

 - J<