From b7788c718ba9d539d8982c668c2c5cc4e0615e0f Mon Sep 17 00:00:00 2001 From: Mowgli Date: Tue, 23 May 2023 13:10:45 +0000 Subject: [PATCH] --- ..._utf8_for_chars_that_does_not_need_to.mdwn | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/bugs/views_do_use_utf8_for_chars_that_does_not_need_to.mdwn diff --git a/doc/bugs/views_do_use_utf8_for_chars_that_does_not_need_to.mdwn b/doc/bugs/views_do_use_utf8_for_chars_that_does_not_need_to.mdwn new file mode 100644 index 0000000000..0b3d7f4c67 --- /dev/null +++ b/doc/bugs/views_do_use_utf8_for_chars_that_does_not_need_to.mdwn @@ -0,0 +1,36 @@ +### Please describe the problem. +My whole setup on all of my systems is with iso-8859-1. There is no use of UFT-8 (simply as my brain is not compatible to it). + +I have metadata with `:` in it. That works perfect and ad it is a low char 0x3a, it should be displayed correctly. Unfortunately, when I create a view, that char gets displayed as `ï¹?`, which is fully unlogical. + +### What steps will reproduce the problem? +* Create metadata with : in it +* create a view with that metadata + +### What version of git-annex are you using? On what operating system? +10.20230126, Devuan + +### Please provide any additional information below. + +[[!format sh """ +~> locale +LANG=de_DE +LANGUAGE=de_DE:de:en +LC_CTYPE=de_DE +LC_NUMERIC=de_DE +LC_TIME=de_DE +LC_COLLATE=de_DE +LC_MONETARY=de_CH +LC_MESSAGES=de_DE +LC_PAPER=de_DE +LC_NAME=de_DE +LC_ADDRESS=de_CH +LC_TELEPHONE=de_DE +LC_MEASUREMENT=de_DE +LC_IDENTIFICATION=de_DE +LC_ALL= +"""]] + +### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) +yes, that worked in the past (I think) +