[Chandler-dev] Last weeks progress in i18n of Chandler

Grant Baillie grant at osafoundation.org
Mon May 22 09:29:37 PDT 2006


On May 22, 2006, at 8:36, Markku Mielityinen wrote:

> Hi,
>
> A brief list of things that I have done last week:
>
> ...
>
> 4) The filesystem unicode tests in /chandler/parcels/osaf/sharing/ 
> tests passed in Windows with '\u00FC' characters in the filenames.  
> An interesting observation was that cygwin terminal and svn do not  
> support unicode filenames. The terminal showed '?' in place of  
> '\u00FC' and the svn was unable to process these files and exitted  
> with and error. I will repeat this test in Linux as well.

BTW, on the Mac (where UTF-8 is the filesystem encoding), the only  
way I could get svn to accept non-ASCII filenames was to do

export LANG=en_US.UTF-8

in my shell. (The en_US isn't important -- you could choose, for  
example, fi instead ;).

Otherwise, even a single non-ASCII character filename in a directory  
is enough to disable svn completely (even if that file isn't in svn).

--Grant



More information about the chandler-dev mailing list