public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: "Ismail Dönmez" <ismail@pardus•org.tr>
To: Martin Koegler <mkoegler@auto•tuwien.ac.at>
Cc: git@vger•kernel.org, Jakub Narebski <jnareb@gmail•com>,
	Junio C Hamano <junkio@cox•net>
Subject: Re: gitweb - encoding problems
Date: Tue, 22 May 2007 00:09:09 +0300	[thread overview]
Message-ID: <200705220009.09911.ismail@pardus.org.tr> (raw)
In-Reply-To: <20070521205721.GA21771@auto.tuwien.ac.at>

On Monday 21 May 2007 23:57:21 you wrote:
> binmode STDOUT, ':utf8';
>
> print decode_utf8('äöü');

[~]> perl test.pl
äöü

[~]> cat test.pl
use Encode;
binmode STDOUT, ':utf8';

print decode_utf8('äöü'),"\n";
[cartman@southpark][00:08:15]
[~]> perl --version

This is perl, v5.8.8 built for i686-linux

Copyright 1987-2006, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

You got an old Encode.

-- 
Perfect is the enemy of good

  reply	other threads:[~2007-05-21 21:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-21 20:57 gitweb - encoding problems Martin Koegler
2007-05-21 21:09 ` Ismail Dönmez [this message]
2007-05-22  0:33 ` David Woodhouse
2007-05-22  7:50   ` Jakub Narebski

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=200705220009.09911.ismail@pardus.org.tr \
    --to=ismail@pardus$(echo .)org.tr \
    --cc=git@vger$(echo .)kernel.org \
    --cc=jnareb@gmail$(echo .)com \
    --cc=junkio@cox$(echo .)net \
    --cc=mkoegler@auto$(echo .)tuwien.ac.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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