Hello, I'm using the latest available version of the docker-amule 3.0.0-1 container, available on Docker Hub, on my server with a RAID (7.3.1) and the locales LANG=en_US.UTF-8.
Then, on my local machine running Arch, I'm using the latest available version of aMule (aMuleGUI), also with the locales LANG=en_US.UTF-8.
So, when I download a file with non-UTF-8 characters, for example this file (I see this on aMuleGUI)
La.mujer.danesa.1x02.Un.niño.destrozado
When I check the file in the console (Kitty), the downloaded file appears as:
La.mujer.danesa.1x02.Un.ni\361o.
However, if I use version docker-amule 2.3.3-22 with everything the same (server, locale, aMuleGUI, kitty, etc.) and modify the file title from aMuleGUI to include an n first and then an ñ, when I check it in the console (kitty), the file appears perfectly as:
La.mujer.danesa.1x02.Un.niño.destrozado.
I understand that the problem lies in the Docker configuration regarding characters, because aMuleGUI is the same in both situations; the only thing that changes is the version of the docker-amule container.
Thanks a lot for your work.
PD: I'm sorry to be the one to bring up another problem with characters :(
Hello, I'm using the latest available version of the docker-amule 3.0.0-1 container, available on Docker Hub, on my server with a RAID (7.3.1) and the locales
LANG=en_US.UTF-8.Then, on my local machine running Arch, I'm using the latest available version of aMule (aMuleGUI), also with the locales
LANG=en_US.UTF-8.So, when I download a file with non-UTF-8 characters, for example this file (I see this on aMuleGUI)
La.mujer.danesa.1x02.Un.niño.destrozadoWhen I check the file in the console (Kitty), the downloaded file appears as:
La.mujer.danesa.1x02.Un.ni\361o.However, if I use version docker-amule 2.3.3-22 with everything the same (server, locale, aMuleGUI, kitty, etc.) and modify the file title from aMuleGUI to include an n first and then an ñ, when I check it in the console (kitty), the file appears perfectly as:
La.mujer.danesa.1x02.Un.niño.destrozado.I understand that the problem lies in the Docker configuration regarding characters, because aMuleGUI is the same in both situations; the only thing that changes is the version of the docker-amule container.
Thanks a lot for your work.
PD: I'm sorry to be the one to bring up another problem with characters :(