This commit is contained in:
Mowgli 2023-05-23 13:10:45 +00:00 committed by admin
parent 87e6c56a21
commit b7788c718b

View file

@ -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)