From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13789 invoked by alias); 1 Dec 2006 02:35:16 -0000 Received: (qmail 13769 invoked by uid 22791); 1 Dec 2006 02:35:15 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.188) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Dec 2006 02:35:11 +0000 Received: by nf-out-0910.google.com with SMTP id a27so919744nfc for ; Thu, 30 Nov 2006 18:35:08 -0800 (PST) Received: by 10.82.129.8 with SMTP id b8mr957958bud.1164940508527; Thu, 30 Nov 2006 18:35:08 -0800 (PST) Received: by 10.82.178.8 with HTTP; Thu, 30 Nov 2006 18:35:08 -0800 (PST) Message-ID: Date: Fri, 01 Dec 2006 02:35:00 -0000 From: "Alan Ong" To: gcc-help@gcc.gnu.org Subject: Help on compiling with Japanese Text Cc: gcc@gcc.gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-12/txt/msg00000.txt.bz2 Hello, I am trying to compile my code with hard-coded Japanese Kanji and full-width katakana string text but the compiler view some of the text as escape characters. An example would be the full-width Katakana "so" = ソ which is viewed as \201. Is there a compiler option to view Japanese text correctly? I check the --help options but there are none. Any suggestions would be very helpful. Thank you.