All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Torsten Bögershausen" <tboegi@web.de>
To: Git Mailing List <git@vger.kernel.org>, avarab@gmail.com
Cc: tb <tboegi@web.de>
Subject: t0204-gettext-reencode-sanity.sh broken on Mac OS
Date: Sun, 04 Mar 2012 20:32:23 +0100	[thread overview]
Message-ID: <4F53C347.6050405@web.de> (raw)

t0204-gettext-reencode-sanity.sh broken on Mac OS, Git 1.7.9.2


Please see the sniplet when I run it under Mac OS  10.8:

/Torsten




expecting success:
     LANGUAGE=is LC_ALL="$is_IS_iso_locale" gettext "TEST: Old English 
Runes" >runes &&

         if grep "^TEST: Old English Runes$" runes
         then
                 say "Your system can not handle this complexity and 
returns the string as-is"
         else
                 # Both Solaris and GNU libintl will return this stream of
                 # question marks, so it is s probably portable enough
                 printf "TILRAUN: ?? ???? ??? ?? ???? ?? ??? ????? 
??????????? ??? ?? ????" >runes-expect &&
                 test_cmp runes-expect runes
         fi

--- runes-expect        2012-03-04 19:03:26.000000000 +0000
+++ runes       2012-03-04 19:03:26.000000000 +0000
@@ -1 +1 @@
-TILRAUN: ?? ???? ??? ?? ???? ?? ??? ????? ??????????? ??? ?? ????
\ No newline at end of file
+TILRAUN: ᚻᛖ ᚳᚹᚫᚦ ᚦᚫᛏ ᚻᛖ ᛒᚢᛞᛖ ᚩᚾ ᚦᚫᛗ ᛚᚪᚾᛞᛖ ᚾᚩᚱᚦᚹᛖᚪᚱᛞᚢᛗ ᚹᛁᚦ ᚦᚪ ᚹᛖᛥᚫ
\ No newline at end of file
not ok - 4 gettext: Emitting ISO-8859-1 from our UTF-8 *.mo files / Runes
#

                 reply	other threads:[~2012-03-04 19:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4F53C347.6050405@web.de \
    --to=tboegi@web.de \
    --cc=avarab@gmail.com \
    --cc=git@vger.kernel.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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.