How do you check the current codepage of a unix terminal?
I know that Windows has command "chcp" to do it. Is there an equivalent command on Unix? If not, how to get this information? I am using FreeBSD.
Read the MAN pages for: setlocale, environ, and iconv.
You'll want to set interpreter to your liking programatically and only at runtime.
One Response
Leave a Comment
|
March 4th, 2007 at 3:19 pm
Read the MAN pages for: setlocale, environ, and iconv.
You'll want to set interpreter to your liking programatically and only at runtime.
References :