zsh-users
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.stephenson@samsung.com>
To: zsh-users@zsh.org
Subject: Re: ZSH display raw keycodes for ¡ and ¿ spanish characters
Date: Thu, 28 Jul 2016 15:17:33 +0100	[thread overview]
Message-ID: <20160728151733.2e50329e@pwslap01u.europe.root.pri> (raw)
In-Reply-To: <CAAVO5+J3qiYOhp7ndDYXDRwh-OWEAkaXy_jM2ggjCfeq0ERTSw@mail.gmail.com>

On Wed, 27 Jul 2016 23:36:39 +0200
José García Juanino <jjuanino@gmail.com> wrote:
> after doing an upgrade of my FreeBSD operating system, zsh no longer
> display properly the followings spanish characters: ¡ and ¿. I do not
> know if this annoying issue is FreeBSD specific.
> 
> See the following screenshot:
> 
> http://picpaste.com/exclamation-L21PZhNY.png
> 
> When you type the '¡', I would expect that symbol in the interactive
> shell, instead of '<00a1>' output.
> 
> Any comment or advice will be welcome, and sorry my poor english. Best regards

zsh uses the system library to determine what's a printable character.

The most likely thing is a mismatch between the terminal input and the
display.  The <00a1> indicates the character being input is probably
correct as that's the charater you want in ISO Latin and Unicode.
Possibly the LANG environment variable isn't set correctly.  I'm
guessing it should be es_??.UTF-8 e.g. es_ES.UTF-8 for some variant of
Spanish.  It's also possible the terminal isn't using the right
encoding, which you might be able to check in the terminal's
configuration, e.g. Terminal -> Set Character Encoding in
gnome-terminal.

pws


  reply	other threads:[~2016-07-28 14:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-27 21:36 José García Juanino
2016-07-28 14:17 ` Peter Stephenson [this message]
2016-08-25 21:19   ` José García Juanino
2016-08-26 11:07     ` Chr. von Stuckrad

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=20160728151733.2e50329e@pwslap01u.europe.root.pri \
    --to=p.stephenson@samsung.com \
    --cc=zsh-users@zsh.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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).