aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/cannot_add_a_files_with_an_accent_in_it/comment_1_d465d7f88c8f11b4b636fba56711d745._comment
blob: 0d47449a0da3f9a69b1d5c3b71d2c59cca59e294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2016-01-11T16:46:42Z"
 content="""
I can't even type an e with an accent in it into the bash prompt on OSX.
However, I copied over such a file, and had no problem adding it:

	bash-3.2$ ls
	e??
	bash-3.2$ git annex add .
	add ë ok
	bash-3.2$ git annex status
	A ë

I also tried tab-completing a file named "testë" and that also works:

	oberon:gd joeyh$ git annex add teste\314\210 
	add testë ok
	(recording state in git...)

So, I can't reproduce your problem.
"""]]