[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: utf8 filenames do not work on w2k

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-03-11 19:45:06 CET

solo turn wrote:

>accented characters and umlauts do not seem to work on windows. the
>result is (maybe in the mail, everything gets replaced with weird
>characters or "?"):
>
>$ ls --show-control-chars
>
And this is a Windows command, right? By the way, which version of SVN
were you using?

>Cépy of t&.txt
>
>$ svn st
>WARNING: error decoding UTF-8 for ?
>WARNING: error decoding UTF-8 for ?
>svn: Invalid argument
>svn: Non-ascii character (code 195) detected, and unable to convert
>to UTF-8.
>
>? ÿ&#8801;Å
>svn: Invalid argument
>svn: Safe data:
>"C"
>... was followed by non-ascii byte 195.
>
>Non-ascii character detected (see above), and unable to convert to
>UTF-8.
>
>? ÿ&#8801;Å
>
>
>(done by creating a file with spaces: "Copy of file" and replacing
>the o with e with accent).
>
>

Here's what I get:

C:\Home\brane\src\svn\test>svn --version
svn, version 0.19.0 (r5240)
   compiled Mar 11 2003, 08:48:12

Copyright (C) 2000-2003 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema
  - handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' schema

C:\Home\brane\src\svn\test>svnadmin create repo

C:\Home\brane\src\svn\test>svn co file:///c:/Home/brane/src/svn/test/repo wc
Checked out revision 0.

C:\Home\brane\src\svn\test>cd wc

C:\Home\brane\src\svn\test\wc>echo "Austria" > Österreich

C:\Home\brane\src\svn\test\wc>svn st
? Österreich

C:\Home\brane\src\svn\test\wc>svn info Österreich
Österreich: (Not a versioned resource)

And, of course, the most important bit:

C:\Home\brane\src\svn\test\wc>echo %APR_ICONV_PATH%
C:\Home\brane\bin\iconv

Where's your iconv directory? Did you set APR_ICONV_PATH?

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 11 19:47:53 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.