git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Vereshagin <peter@vereshagin.org>
To: "Николай Новиков" <kolan_n@mail.ru>
Cc: git@vger.kernel.org
Subject: Re: Fwd: cyrillics
Date: Tue, 19 Jul 2011 18:04:09 +0400	[thread overview]
Message-ID: <20110719140018.GB5571@external.screwed.box> (raw)
In-Reply-To: <E1Qj6SX-0000Cc-00.kolan_n-mail-ru@f263.mail.ru>

You're face to face with man who sold the world, Николай!
2011/07/19 13:19:21 +0400 Николай Новиков <kolan_n@mail.ru> => To Peter Vereshagin :
> нет, 
> 1 это неправильно, почему я должен себя ограничивать, если разработчики гита не позаботились об интернатионализации
> я не мазохист
> 2 в винде имена юникодные, следовательно и обрабатываться должны как юникод
> 3 сам бы исправил, но блин, я не знаю архитектуру этого гита, в вашем коде совсем не ориентируюсь, чтобы исправить, нужно вникать в код этого гита, а мне влом

===
$ cd /tmp
$ mkdir это-тест
$ cd это-тест
$ git init
Initialized empty Git repository in /tmp/это-тест/.git/
$ echo тест ноль один > тест-ноль-один.тхт
$ mkdir тест-ноль-два
$ echo тест ноль три > тест-ноль-два/тест-ноль-три.тхт
$ git add тест-ноль-*
$ git commit -a -m 'Инитный камит'
[master (root-commit) 62405ff] Инитный камит
 2 files changed, 2 insertions(+), 0 deletions(-)
 create mode 100644 "\321\202\320\265\321\201\321\202-\320\275\320\276\320\273\321\214-\320\264\320\262\320\260/\321\202\320\265\321\201\321\202-\320\275\320\276\320\273\321\214-\321\202\321\200\320\270.\321\202\321\205\321\202"
 create mode 100644 "\321\202\320\265\321\201\321\202-\320\275\320\276\320\273\321\214-\320\276\320\264\320\270\320\275.\321\202\321\205\321\202"
$ git log
commit 62405ff375d4caf1261daaf1b1687f0e7ea3c9fd
Author: Peter Vereshagin <peter@vereshagin.org>
Date:   Tue Jul 19 17:48:53 2011 +0400

    Инитный камит
$ git ls-tree 62405ff375d4caf1261daaf1b1687f0e7ea3c9fd
040000 tree bf12c0300e1dc977c8a43aeb0d5192a90e0c6bbf    "\321\202\320\265\321\201\321\202-\320\275\320\276\320\273\321\214-\320\264\320\262\320\260"
100644 blob 11b9cfda254253997e4a7feff29dc3b12c3e9ee0    "\321\202\320\265\321\201\321\202-\320\275\320\276\320\273\321\214-\320\276\320\264\320\270\320\275.\321\202\321\205\321\202"
$ cd ..
$ mkdir itistest00
$ cd itistest00
$ git clone ../это-тест/.git
Cloning into это-тест...
done.
$ ls
это-тест
$ ls это-тест/
тест-ноль-два                     тест-ноль-один.тхт
===

1. I think it's enough for Git's i18n that content can be carried from one
host/dir to another.
2. Those asking about Git's i18n inprovements are characterized imature persons
without obligation on implicit worldwide 'use English;' coders convention.
3. The more to treat them as newbies is that they have no proofs like logs.

ps. I'm in a serious doubt ms-windows keeps cyrilic filsystem i18n all utf-8
only.

73! Peter pgp: A0E26627 (4A42 6841 2871 5EA7 52AB  12F8 0CE1 4AAC A0E2 6627)
--
http://vereshagin.org

      parent reply	other threads:[~2011-07-19 14:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-01  8:24 Fwd: cyrillics Николай Новиков
2011-07-07 20:14 ` Peter Vereshagin
     [not found] ` <E1Qj6Gy-0008GO-00.kolan_n-mail-ru@f142.mail.ru>
     [not found]   ` <20110719091203.GA5571@external.screwed.box>
     [not found]     ` <E1Qj6SX-0000Cc-00.kolan_n-mail-ru@f263.mail.ru>
2011-07-19 14:04       ` Peter Vereshagin [this message]

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=20110719140018.GB5571@external.screwed.box \
    --to=peter@vereshagin.org \
    --cc=git@vger.kernel.org \
    --cc=kolan_n@mail.ru \
    /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).