From 7e9c52ef3975128798caafaafc5fb0ecd5dd2107 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 9 Nov 2015 12:19:10 -0400 Subject: quvi may output utf-8 encoded data when the conifigured locale doesn't support that; avoid crashing on such invalid encoding. --- ...utube_URLs___40__possibly_UTF-8_chars_in_title__41__.mdwn | 2 ++ .../comment_1_2b71126bc2e4f3d1e863a2c0c0181efe._comment | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 doc/bugs/git_annex_addurl_fails_on_some_Youtube_URLs___40__possibly_UTF-8_chars_in_title__41__/comment_1_2b71126bc2e4f3d1e863a2c0c0181efe._comment (limited to 'doc') 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. +"""]] -- cgit v1.2.3