aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-11-09 12:19:10 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-11-09 12:19:23 -0400
commit7e9c52ef3975128798caafaafc5fb0ecd5dd2107 (patch)
tree7fceb2a6e923ddd5cfc83262ab2245afc8794369 /doc
parent7f572b6830b81fff96f36f2ca88d5255d48f4ba1 (diff)
quvi may output utf-8 encoded data when the conifigured locale doesn't support that; avoid crashing on such invalid encoding.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git_annex_addurl_fails_on_some_Youtube_URLs___40__possibly_UTF-8_chars_in_title__41__.mdwn2
-rw-r--r--doc/bugs/git_annex_addurl_fails_on_some_Youtube_URLs___40__possibly_UTF-8_chars_in_title__41__/comment_1_2b71126bc2e4f3d1e863a2c0c0181efe._comment12
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_addurl_fails_on_some_Youtube_URLs___40__possibly_UTF-8_chars_in_title__41__.mdwn b/doc/bugs/git_annex_addurl_fails_on_some_Youtube_URLs___40__possibly_UTF-8_chars_in_title__41__.mdwn
index 4d185250f..55f37663b 100644
--- a/doc/bugs/git_annex_addurl_fails_on_some_Youtube_URLs___40__possibly_UTF-8_chars_in_title__41__.mdwn
+++ b/doc/bugs/git_annex_addurl_fails_on_some_Youtube_URLs___40__possibly_UTF-8_chars_in_title__41__.mdwn
@@ -68,3 +68,5 @@ on Linux.
I love it. It has motivated me enough to start organizing my files spread on different machines, disks etc. at least a little :-)
+> [[fixed|done]]; quvi output is now parsed in a locale-independant manner.
+> --[[Joey]]
diff --git a/doc/bugs/git_annex_addurl_fails_on_some_Youtube_URLs___40__possibly_UTF-8_chars_in_title__41__/comment_1_2b71126bc2e4f3d1e863a2c0c0181efe._comment b/doc/bugs/git_annex_addurl_fails_on_some_Youtube_URLs___40__possibly_UTF-8_chars_in_title__41__/comment_1_2b71126bc2e4f3d1e863a2c0c0181efe._comment
new file mode 100644
index 000000000..d4025e024
--- /dev/null
+++ b/doc/bugs/git_annex_addurl_fails_on_some_Youtube_URLs___40__possibly_UTF-8_chars_in_title__41__/comment_1_2b71126bc2e4f3d1e863a2c0c0181efe._comment
@@ -0,0 +1,12 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2015-11-09T15:45:35Z"
+ content="""
+This works fine when LANG is set to a utf-8 capable locale. I reproduced it
+with LANG=C. quvi outputs utf-8 in that configuration, and git-annex,
+following the locale settings, did not know what to do with that.
+
+Easily fixed, but you'll have better luck in general if you get into a
+utf-8 capable locale.
+"""]]