From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Subject: Unicode or not? Date: Mon, 05 Mar 2012 13:23:50 +0100 Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-c-programming@vger.kernel.org Does it happen that command line which is passed to program arguments is "unicoded"? In other words, when should "main" be defined as "main(int argc, wchar_t **argv)"? -- Regards Krzysztof J.