login
Header Space

 
 

Mailing list archives

Search results

Found 242 matching messages (0.255 seconds). Page 1 of 13.

Re: git on MacOSX and files with decomposed utf-8 file names

... to write a file with "ó" in the file name ("\xc3\xb3" ... create and therefore all the files you add to your Git ... decomposed UTF-8. But when you start cloning repositories containing files ... are some Apple docs on the subject: http://developer.apple.com ...

git - Wincent Colaiuta - Jan 16 2008 - 19:03

Re: git on MacOSX and files with decomposed utf-8 file names

... = know a lot more on this subject now than you do. ... forms for pre-existing =20 characters, and decomposed forms for all new ... you guys see no problem with having 2 files "M=E4rchen" (NFC) ... However, any filesystem that uses UTF-8 explicitly as storage =20= ...

git - Kevin Ballard - Jan 22 2008 - 20:38

Re: git on MacOSX and files with decomposed utf-8 file names

... way it is and it would be nice if Git could deal with ... starts when you check in a file with the composed form of a ... file called "gitweb/test/Märchen" (decomposed) when it's "really" just ... 's Technical Q&A on the subject: http://developer.apple.com/ ...

git - Eyvind Bernhardsen - Jan 16 2008 - 18:37

Re: git on MacOSX and files with decomposed utf-8 file names

... create the file > with is what you get back, And also ... sane person writes in "decomposed" Unicode... > on the other hand, make ... would be much better a subject for discussion... At least, it ... list: send the line "unsubscribe git" in the body of a ...

git - Dmitry Potapov - Jan 16 2008 - 19:52

Re: git on MacOSX and files with decomposed utf-8 file names

... the "decomposed" version of UTF-8 has nice side effects on ... encoded RockRidge ISO-9660 volumes (with or without > Joliet ; OSX will ... character set, and it has nothing to do with Unicode. Basically, ... list: send the line "unsubscribe git" in the body of a ...

git - Dmitry Potapov - Jan 20 2008 - 04:00

Re: git on MacOSX and files with decomposed utf-8 file names

... I posted on earlier, and it all stems from that git also sees ... is *crap* :-) In my perfect world, file names would be stored as a ... , so if I save a file with an å in it, that å ... it as the byte 0x86) or on Mac OS X which stores it as decomposed UTF-8 ...

git - Peter Karlsson - Jan 18 2008 - 04:29

Re: git on MacOSX and files with decomposed utf-8 file names

... perform (Unicode "normalisation", case mongering), and leave _everybody_ alone who left ... a file on MacOSX (with a _mangled_ filename, think of "git ... git should not try to be as clever as HFS+ and ... repository. It _is_ UTF-8, so what's the problem? As ...

git - Johannes Schindelin - Jan 20 2008 - 09:15

Re: git on MacOSX and files with decomposed utf-8 file names

... are wonderful. > > Now, git _also_ heavily depends on the actual encoding ... I would not disagree with using UTF-8 at all. > > But ... the > wrong thing to do. Decomposing and recomposing shouldn't lose ... 20 '\x61\xc2\xa8'. You're mixing up DIARESIS (U+00A8 ...

git - Kevin Ballard - Jan 21 2008 - 15:05

Re: git on MacOSX and files with decomposed utf-8 file names

... MODIFIER>rchen" vs "MWITH UMLAUT>rchen". Capitalization has a ... seen is to help =20 git. Applications in general don't ... this file" simply because the application used decomposed characters =20 and ... have to write out the UTF-8 bytes =20 manually. I ...

git - Kevin Ballard - Jan 16 2008 - 19:11

Re: git on MacOSX and files with decomposed utf-8 file names

... *crap* :-) Git philosophy to see the contents of files and "contents" ... so if I save a file with an å in it, that ... or on Mac OS X which stores it as decomposed UTF- ... also i18n.logOutputEncoding. For dealing with different filesystem encodings you would ...

git - Jakub Narebski - Jan 18 2008 - 07:16

Re: git on MacOSX and files with decomposed utf-8 file names

... language in which > the document is written. .. and quite commonly, there are multiple languages per ... said, the "decomposed" version of UTF-8 has nice side effects on > OSX ... -8 encoded RockRidge ISO-9660 volumes (with or without > Joliet ; OSX will use ...

git - Linus Torvalds - Jan 20 2008 - 03:26

Re: git on MacOSX and files with decomposed utf-8 file names

... :56AM +0300, Dmitry Potapov wrote: > On Sun, Jan 20, 2008 at ... the "decomposed" version of UTF-8 has nice side effects on ... encoded RockRidge ISO-9660 volumes (with or without > > Joliet ; OSX will ... list: send the line "unsubscribe git" in the body of a ...

git - Dmitry Potapov - Jan 20 2008 - 04:12

Re: git on MacOSX and files with decomposed utf-8 file names

... what-so-ever to do with the letters 'a' or 'o'). ... the a real > Unicode sort (and the decomposed form is *not* going ... http://en.wikipedia.org/wiki/UTF-8#Mac_OS_X Cheers, Wincent - To ... list: send the line "unsubscribe git" in the body of a ...

git - Wincent Colaiuta - Jan 20 2008 - 05:34

Re: git on MacOSX and files with decomposed utf-8 file names

... > everything just works. git calculates hashes over filenames and sorts them. ... that considers "ä" a single utf-8 character instead of decomposing it. > but as ... the business of a file system to juggle with filename representations. -- David ...

git - David Kastrup - Jan 21 2008 - 12:48

Re: git on MacOSX and files with decomposed utf-8 file names

... then >> everything just works. > > git calculates hashes over filenames and sorts them. This ... > "=E4" a > single utf-8 character instead of decomposing it. What makes ... of a file system to juggle with filename > representations. You're right, that ...

git - Kevin Ballard - Jan 21 2008 - 12:59

Re: git on MacOSX and files with decomposed utf-8 file names

... look at a file size. It does? Why on earth should ... have to care about it. >> Decomposing and recomposing shouldn't lose ... lost in this case. > > You're right, I messed up. I ... this problem with Latin1 systems (because > then the > UTF-8 representation ...

git - Kevin Ballard - Jan 21 2008 - 15:58

Re: git on MacOSX and files with decomposed utf-8 file names

... somehow forced on you > >by > >the "text-as-codepoints" decision, and that is ... the _nice_ properties of using UTF-8. > > I'm not saying it's forced on you, I'm saying when ... technote, Apple explains that they decompose some characters but not others ...

git - Dmitry Potapov - Jan 21 2008 - 16:56

Re: git on MacOSX and files with decomposed utf-8 file names

... same decomposed name. > > Well, it demonstrates that (a) the OS and ... some hot library-on-library action with UTF hackery inside. Why ... et al don't do UTF-8 hackery in Linux, =20 ... 20 duplicate filenames in your file system." -Kevin Ballard --=20 Kevin ...

git - Kevin Ballard - Jan 23 2008 - 13:19

Re: git on MacOSX and files with decomposed utf-8 file names

... I've seen is to help git. > > Git doesn't care. Just ... what-so-ever to do with > filesystems, I cannot understand. > > Here's ... precomposed or decomposed in the resulting byte =20 stream. And I ... written as part of > text-files to the disk using "write ...

git - Kevin Ballard - Jan 16 2008 - 20:09

Re: git on MacOSX and files with decomposed utf-8 file names

... 17 Jan 2008, Johannes Schindelin wrote: > On Thu, 17 Jan 2008, Wincent ... non-US-ASCII filename, but with a regular file extension), but much ... use UTF-8, you sure can get into trouble with LANG and ... list: send the line "unsubscribe git" in the body of a ...

git - Linus Torvalds - Jan 16 2008 - 21:41

speck-geostationary