From: Ken Moffat <zarniwhoop@ntlworld.com> To: Linux console tools development discussion <kbd@lists.altlinux.org> Subject: Re: [kbd] Plus instead acute accent Date: Thu, 28 May 2020 23:06:42 +0100 Message-ID: <20200528220642.GA11577@llamedos.localdomain> (raw) In-Reply-To: <20200516162009.GA8332@i7> On Sat, May 16, 2020 at 06:20:09PM +0200, DGSJ wrote: > Hello: > I'm working in a customized Linux distro for Raspberry Pi 3 B+, in 64-bit > architecture, with a Raspbrerry kernel, version 5.6.4-v8+. > > I'm using to control the terminal kbd-2.2.0, cross-compiled from source, > and Graft as package manager. > > I'm having a problem with Spanish acute accents in vowels. If you try to > write an acute accented vowel, for example ?, this is what yo see in the > screen: > > $> +a > [...] > > Regarding the environmental and console variables: > LANG=es_ES.ISO-8859-15@euro > TERM=Linux > FONT=lat0-16 > I had trouble understanding the '?' in your mail - like that sentence above. I'm guessing from '+a' that it should be a-acute. I wonder if perhaps your LANG is the problem ? Most people use UTF-8 these days, so although the values for non-ASCII European letters might be the same, they may use two bytes in UTF-8, instead of one byte is 8859 variants. The list mail claimed to be in UTF-8: Content-Type: text/plain; charset=utf-8 So from that a-acute should be á : if that shows up as two characters for you then the LANG is almost certainly one of the problems (but obviously doesn't of itself answer Alexey's question about dead keys). I forget the details of that font, but another possible problem is that if a font does not support a particular codepoint it might display a 'filler' - ideally an inverted-colours question mark, but sometimes a square or dot or blank space or regular question mark. ĸen -- Do you not know that, what you belittle by the name tree is but the mere four-dimensional analogue of a whole multidimensional universe which - no, I can see you do not. -- Druellae (a Dryad)
next prev parent reply other threads:[~2020-05-28 22:06 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-05-16 16:20 DGSJ 2020-05-28 21:34 ` Alexey Gladkov 2020-05-28 22:06 ` Ken Moffat [this message] 2020-05-30 9:27 ` Daniel G. 2020-05-30 10:13 ` Alexey Gladkov 2020-05-30 12:09 ` Daniel G. 2020-05-30 12:41 ` Alexey Gladkov 2020-05-30 15:15 ` Daniel G.
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200528220642.GA11577@llamedos.localdomain \ --to=zarniwhoop@ntlworld.com \ --cc=kbd@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Linux console tools development discussion This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/kbd/0 kbd/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 kbd kbd/ http://lore.altlinux.org/kbd \ kbd@lists.altlinux.org kbd@lists.altlinux.ru kbd@lists.altlinux.com public-inbox-index kbd Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.kbd AGPL code for this site: git clone https://public-inbox.org/public-inbox.git