diff options
author | 2015-06-23 08:50:32 +0000 | |
---|---|---|
committer | 2015-06-23 08:50:32 +0000 | |
commit | d96a7d06a51e4340adb3a256b5ace8ad33317d52 (patch) | |
tree | 4f55ab9e615f37199eadfd3d3e6ec9dac47c40de /doc/bugs | |
parent | 00f5e922fe8dfb19179e0c0e5be8c846796fe3f6 (diff) |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/view_fails_with___34__invalid_character__34__.mdwn | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/bugs/view_fails_with___34__invalid_character__34__.mdwn b/doc/bugs/view_fails_with___34__invalid_character__34__.mdwn new file mode 100644 index 000000000..4b6e97764 --- /dev/null +++ b/doc/bugs/view_fails_with___34__invalid_character__34__.mdwn @@ -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 +"""]] |