public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* env var or mount option for multibyte<->unicode filenames conversion
@ 2011-08-18 10:19 Ilya Basin
  2011-08-18 10:46 ` Corinna Vinschen
  2011-08-22  6:36 ` Ilya Basin
  0 siblings, 2 replies; 3+ messages in thread
From: Ilya Basin @ 2011-08-18 10:19 UTC (permalink / raw)
  To: cygwin

Hi. Currently, the code page for internal convertion of file names to
unicode depends on programs's locale.
I want to keep UTF-8 as current locale, but use CP1251 for this
conversion. Is it possible?



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: env var or mount option for multibyte<->unicode filenames conversion
  2011-08-18 10:19 env var or mount option for multibyte<->unicode filenames conversion Ilya Basin
@ 2011-08-18 10:46 ` Corinna Vinschen
  2011-08-22  6:36 ` Ilya Basin
  1 sibling, 0 replies; 3+ messages in thread
From: Corinna Vinschen @ 2011-08-18 10:46 UTC (permalink / raw)
  To: cygwin

On Aug 18 14:19, Ilya Basin wrote:
> Hi. Currently, the code page for internal convertion of file names to
> unicode depends on programs's locale.
> I want to keep UTF-8 as current locale, but use CP1251 for this
> conversion. Is it possible?

Maybe if you describe your problem slightly more detailed?  Why would
you want CP1251 in a Cygwin application if all other apps are using UTF-8?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: env var or mount option for multibyte<->unicode filenames conversion
  2011-08-18 10:19 env var or mount option for multibyte<->unicode filenames conversion Ilya Basin
  2011-08-18 10:46 ` Corinna Vinschen
@ 2011-08-22  6:36 ` Ilya Basin
  1 sibling, 0 replies; 3+ messages in thread
From: Ilya Basin @ 2011-08-22  6:36 UTC (permalink / raw)
  To: corinna-cygwin; +Cc: cygwin

Corinna Vinschen <corinna-cygwin <at> cygwin.com> writes:

> 
> On Aug 18 14:19, Ilya Basin wrote:
> > Hi. Currently, the code page for internal convertion of file names to
> > unicode depends on programs's locale.
> > I want to keep UTF-8 as current locale, but use CP1251 for this
> > conversion. Is it possible?
> 
> Maybe if you describe your problem slightly more detailed?  Why would
> you want CP1251 in a Cygwin application if all other apps are using UTF-8?
> 
> Corinna
> 
Hi! I've just found your reply in web archives; didn't receive a copy
for some reason.

It's for git. Let me repost the question to git list:

Most of our developers use msysgit which stores filenames in CP1251
encoding. Two of us use cygwin and linux.

When checkout on both linux and cygwin, Russian filenames are garbled.

On Cygwin it even worse, because the conversion of invalid UTF-8 chars
to Unicode, made by Cygwin is irreversible, causing git to miss
the files it've just checked out. Workaround for Cygwin is to change
LANG from "C.UTF-8" to "ru_RU.CP1251". It fixes filenames, but brakes
everything else: log (fixed by i18n.logOutputEncoding), status, show,
diff.

-- 


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-22  6:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-18 10:19 env var or mount option for multibyte<->unicode filenames conversion Ilya Basin
2011-08-18 10:46 ` Corinna Vinschen
2011-08-22  6:36 ` Ilya Basin

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 read-only IMAP folder(s) and NNTP newsgroup(s).