This commit is contained in:
parent
948bd2733e
commit
b3dd823d9b
1 changed files with 30 additions and 0 deletions
30
doc/bugs/view_fails_with___34__invalid_character__34__.mdwn
Normal file
30
doc/bugs/view_fails_with___34__invalid_character__34__.mdwn
Normal file
|
@ -0,0 +1,30 @@
|
|||
### Please describe the problem.
|
||||
I have a "person" attribute with the name of the people on the picture. I could create views and filter on that some time ago, but it looks like git annex now chokes on some illegal (accented?) characters. I have non-ASCII characters in names for sure.
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
Try to create a view using the "person" attribute.
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
5.20150617-gac09445 on ArchLinux
|
||||
|
||||
### Please provide any additional information below.
|
||||
|
||||
[[!format sh """
|
||||
% git annex view person="*"
|
||||
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
|
||||
view (searching...)
|
||||
|
||||
git-annex: fd:14: commitBuffer: invalid argument (invalid character)
|
||||
failed
|
||||
git-annex: view: 1 failed
|
||||
|
||||
% git annex version
|
||||
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
|
||||
git-annex version: 5.20150617-gac09445
|
||||
build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA
|
||||
key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E MD5E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 MD5 WORM URL
|
||||
remote types: git gcrypt S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external
|
||||
local repository version: 5
|
||||
supported repository version: 5
|
||||
upgrade supported from repository versions: 0 1 2 4
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue