git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felipe Contreras <felipe.contreras@gmail.com>
To: Daniel Santos <hello@brighterdan.com>, git@vger.kernel.org
Subject: RE: Git show only showing ASCII chars problem
Date: Fri, 23 Jul 2021 13:06:13 -0500	[thread overview]
Message-ID: <60fb0515a3cea_defb20817@natae.notmuch> (raw)
In-Reply-To: <924b70af-1e55-0944-0f45-ab28cff1e98d@brighterdan.com>

Daniel Santos wrote:
> Thank you for filling out a Git bug report!
> Please answer the following questions to help us understand your issue.
> 
> What did you do before the bug happened? (Steps to reproduce your issue)
> git show
> 
> What did you expect to happen? (Expected behaviour)
> Show non-ASCII characters
> 
> What happened instead? (Actual behaviour)
> `show` does not show non-ASCII characters such as ç , ã , õ ...
> 
> What's different between what you expected and what actually happened?
> I expect for `git show` to show all of my machine locale characters, 
> such as ç , without any problem

What is the content of your LANG environment variable?

Also, can you attach the commit that caused the issue? You can save it
with this command:

  git cat-file -p @ > commit.txt

-- 
Felipe Contreras

  reply	other threads:[~2021-07-23 18:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-23 17:20 Git show only showing ASCII chars problem Daniel Santos
2021-07-23 18:06 ` Felipe Contreras [this message]
2021-07-23 19:37 ` Junio C Hamano

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=60fb0515a3cea_defb20817@natae.notmuch \
    --to=felipe.contreras@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=hello@brighterdan.com \
    /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.
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).