Re: parçalama arızası

Recai Oktaş <[email protected]>
Newsgroups gmane.linux.debian.user.turkish
Organization 19
Message-ID <[email protected]>
* Muhammet Erhan Sahin [2012-01-06 23:35:46-0800]
> Mert Dirik wrote:
> > 
> > Selim T. Erdogan yazmış:
[...]
> > iceweasel değil ancak griffith ,
> > programında ben böyle bir problem yaşadım,
> >
> > LANG=C
> >
> > ile kodu çalştırmam yetti yalnız açılan bu programı
> > türkçe kullanmak için ne yapmalıyım.

Sadece iletileri Türkçe görmek için şöyle bir şey yeterli olur:

	LANG=en_US.UTF-8 LC_MESSAGES=tr_TR.UTF-8 griffith

- Örneğin zaman yereli de Türkçe olsun isterseniz:

	LANG=en_US.UTF-8 LC_MESSAGES=tr_TR.UTF-8 LC_TIME=tr_TR.UTF-8 griffith

  Ayrıntılı yerel listesi için locale(1) kılavuzuna bakın.

- Bunu bir Bash alias yapmakta yarar var (sorun çözülünceye kadar, tabii 
  raporlamanız lazım):

	alias griffith='LANG=en_US.UTF-8 LC_MESSAGES=tr_TR.UTF-8 LC_TIME=tr_TR.UTF-8 griffith'

- C yereli yerine en_US.UTF-8 kullanın.  En azından UTF-8 desteği 
  korunmuş olur (C yereli ASCII'dir).  Doğal olarak en_US.UTF-8 
  yerelinin kurulu olması gerekir.  Debian'da şöyle bir şey:

  	$ sudo sh -c 'echo en_US.UTF-8 UTF-8 >>/etc/locale.gen'
	$ sudo locale-gen

-- 
roktas


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.