From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1TJovS-0004r8-KP for mharc-grub-devel@gnu.org; Thu, 04 Oct 2012 13:09:30 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJovM-0004YU-G2 for grub-devel@gnu.org; Thu, 04 Oct 2012 13:09:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJovH-0007AA-5k for grub-devel@gnu.org; Thu, 04 Oct 2012 13:09:24 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:49608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJovG-00079G-An for grub-devel@gnu.org; Thu, 04 Oct 2012 13:09:19 -0400 Received: by mail-lb0-f169.google.com with SMTP id k6so621774lbo.0 for ; Thu, 04 Oct 2012 10:09:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:content-type:x-mailer:mime-version :content-transfer-encoding; bh=a7iab6LfXhEm9UqIvUl46/EbxLp2gHwBShpOEcXbf4Y=; b=r6KbANiDENnl3hDbknAGUefLmCLw4zfKqwt0tF4eeK2iBlwGJwO7UIRcnidmB8TQk7 7spifcn5j63Ea7JUZgPp2YYdWA3XoARJy6Awk+s9Y8rbtyWNFpOGxvgi9Nunbgooh8RJ GWGA0pK54Gr7TZqd5yyxJBrMGF2T2U3AiX7L/6OUcUUtzx6V/9Vezag6ODM1cFhH2haA XGRkbbvLjBigNTI721PybJ3UKMkC1Xm6ReH29W3ICnkD0zCT2xzpOR1OApDgieFJMMex nZsvPoIrYJFZvmdUukGqIM9FSFve5Hf6r4SVUMVBEAkCJCOtrmkaRW8H9yPt5ORhFX2Y MV8Q== Received: by 10.152.112.233 with SMTP id it9mr4609040lab.40.1349370557383; Thu, 04 Oct 2012 10:09:17 -0700 (PDT) Received: from [192.168.10.142] (ppp83-237-5-4.pppoe.mtu-net.ru. [83.237.5.4]) by mx.google.com with ESMTPS id p7sm2454631lbg.17.2012.10.04.10.09.15 (version=SSLv3 cipher=OTHER); Thu, 04 Oct 2012 10:09:16 -0700 (PDT) Message-ID: <1349370553.2182.9.camel@opensuse.site> Subject: Does plain pc console support UNICODE? From: Andrey Borzenkov To: grub-devel@gnu.org Date: Thu, 04 Oct 2012 21:09:13 +0400 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.217.169 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2012 17:09:28 -0000 I have default language Russian. When testing patch I switched from gfxterm to plain console and got '????' instead of grub messages. Is it supposed to work at all? If not, does it make sense to temporary reset language when we switch to terminal that is known to not support UNICODE? -andrey