From owner-freebsd-stable@freebsd.org Wed Oct 26 16:33:22 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B06B1C2262D for ; Wed, 26 Oct 2016 16:33:22 +0000 (UTC) (envelope-from uspensky@x-art.ru) Received: from x-art.ru (charibdis.x-art.ru [80.70.228.55]) by mx1.freebsd.org (Postfix) with ESMTP id 5E4BEB1D for ; Wed, 26 Oct 2016 16:33:21 +0000 (UTC) (envelope-from uspensky@x-art.ru) Received: from gw-old.x-art.ru (gw-old.x-art.ru [192.168.172.252]) by mta.x-art.ru (Postfix) with ESMTP id BD7DB1BF54D; Wed, 26 Oct 2016 19:33:18 +0300 (MSK) Date: Wed, 26 Oct 2016 19:33:18 +0300 (MSK) From: Antony Uspensky X-X-Sender: aiu@gw-old.x-art.ru To: adg@a-real.ru cc: freebsd-stable@freebsd.org Subject: Re: VT not showing cyrillic characters in text mode In-Reply-To: <382398c982b00cdf34eccb4f56950871@a-real.ru> Message-ID: References: <382398c982b00cdf34eccb4f56950871@a-real.ru> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 16:33:22 -0000 On Wed, 19 Oct 2016, adg@a-real.ru wrote: > Hello everyone. > > Cannot figure out if vt console driver supports non-ansi characters when > started in textmode. The font in sys/dev/vt/vt_font_default.c seems to > include cyrillic glyphs, but either it is not being used in textmode or > something else is broken since only '?' are displayed instead of proper > symbols. The LANG/LC_ALL doesn't affect anything. The problem occurs on > 11.0-RELEASE and 10.3-RELEASE. > Textmode is required for me since vt performance in graphical mode is very > poor on HyperV and textmode looks like the only option. VT cannot load fonts in text mode - man vt. If you need loadable fonts in text mode console - use sc.