﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
240	libc: code set of setlocale() and nl_langinfo()	KO Myung-Hun	bird	"Hi/2.

Currently, setlocale(LC_xxx, """") and nl_langinfo(CODESET) return ISO8859-1 for a codeset of ko_KR when the codeset is not specified in LC_xxx or LANG env. var.

But this is not correct.

It should be EUC-KR, IBM-949, or CP949.

I think, this is true for other DBCS locale.

How about using CPxxx for a codeset when it is not specified in LC_xxx or LANG env. var. ?

I prefer CPxxx to IBM-xxx, because it can be used with GNU libraries such as libiconv.

"	defect	closed	normal	libc-0.6.5	libc	0.6	normal	fixed		
