Search the web
Sign In
New User? Sign Up
unison-users · Users group discussion forum for Unison file synchronizer
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Problems with utf8 filenames   Message List  
Reply | Forward Message #2616 of 8614 |
Re: [unison-users] Problems with utf8 filenames


Hi,

On Tue, Jun 22, 2004 at 02:49:09PM +0100, Nuno Ferreira wrote:
> I'm trying to synchronize from windows 2000 to linux and I have problems
> with non-ascii characters in filenames.
[...]
> It appears that the filenames are using utf8 on the linux side and
> iso8859-15 or similar on the windows side and no conversion is made.
> Is there a way to fix it in unison? Is it a bug?

Windows provides two API for manipulating files: a 8-bit API where
filenames are encoded in the current locale and a 16-bit API where
filenames are encoded in Unicode (UTF-16). At the moment, Unison uses
the 8-bit API, as this is what is provided by Ocaml under Windows. I
think we should eventually switch to the Unicode API (or maybe allow
to choose between the two APIs). However, this is a significant
amount of work, and none of the Unison developpers are using
Windows...

-- Jerome



Thu Jul 1, 2004 5:50 pm

jv314159
Offline Offline
Send Email Send Email

Forward
Message #2616 of 8614 |
Expand Messages Author Sort by Date

Hi, I'm trying to synchronize from windows 2000 to linux and I have problems with non-ascii characters in filenames. I have a file named "Contrato de...
Nuno Ferreira
nmrf2001
Offline Send Email
Jun 22, 2004
1:53 pm

Hi, ... [...] ... Windows provides two API for manipulating files: a 8-bit API where filenames are encoded in the current locale and a 16-bit API where ...
Jerome Vouillon
jv314159
Offline Send Email
Jul 1, 2004
5:50 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help