public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Detlev Zundel <dzu@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] bmp_logo: Check return value of fread()
Date: Thu, 30 Apr 2009 16:00:41 +0200	[thread overview]
Message-ID: <m2skjqckc6.fsf@ohwell.denx.de> (raw)
In-Reply-To: <200904281315.55471.vapier@gentoo.org> (Mike Frysinger's message of "Tue, 28 Apr 2009 13:15:52 -0400")

Hi Mike,

>> I wasn't even thinking about language comments but simply names
>> especially in git-commit messages.
>
> i have no problem with localized names.  i do have a problem with localized 
> comments and source code.

Ok, so we're more or less in accord - remembering that names also show
up in git-logs and thus may force an encoding on the patches.

>> Obviously I'm lucky that I don't have an umlaut in my name, but if I
>> had, what would I do?
>
> currently, like every other person with an umlaut, you use an "e".  ? -> oe.

This was a solution of the 1900s, but I was under the impression, that
modern systems can cope with non-ascii characters, no?

>> Resort to latin-1?

I was unclear - what I meant was to use a "iso 8859-1" encoding without
explicitely stating it, i.e. that the > 0x7f byte is from 8859-1?

> presumably you mean ISO 8859-1, and in that case, that character set is the 
> same as in unicode (it was designed that way).

Well it may be at the same unicode position, but the encoding in byte
strings is still different of course.  The 8859-1 umlaut "?" (= 0xe4 in
8859-1) is encoded as 0xce 0xa4 in utf-8 encoding which seems slightly
different.

>> What about French, Russian, etc. developers who want to see their "real"
>> name in the logs?
>
> get a new name !

Ah, the solution was so plain obvious all along :)

Cheers
  Detlev

-- 
C hasn't changed much since the 1970s. And let's face it it's ugly.
Can't we do better? C++? (Sorry, never mind.)
                                    -- Rob Pike
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de

  reply	other threads:[~2009-04-30 14:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-24 20:59 [U-Boot] [PATCH] bmp_logo: Check return value of fread() Peter Tyser
2009-04-27 23:18 ` Wolfgang Denk
2009-04-27 23:41   ` Mike Frysinger
2009-04-27 23:53     ` Peter Tyser
2009-04-28  0:01       ` Mike Frysinger
2009-04-28  5:21       ` Wolfgang Denk
2009-04-28  9:11         ` Detlev Zundel
2009-04-28 12:58           ` Mike Frysinger
2009-04-28 17:06             ` Detlev Zundel
2009-04-28 17:15               ` Mike Frysinger
2009-04-30 14:00                 ` Detlev Zundel [this message]
2009-04-30 15:43                   ` Mike Frysinger
2009-04-28 15:06         ` Peter Tyser
2009-04-28 15:49           ` Mike Frysinger
2009-04-28 15:57             ` Peter Tyser
2009-04-28 17:03               ` Mike Frysinger
2009-04-28 17:22           ` Mike Frysinger
2009-04-28 18:01             ` Peter Tyser

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=m2skjqckc6.fsf@ohwell.denx.de \
    --to=dzu@denx.de \
    --cc=u-boot@lists.denx.de \
    /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