Summary: | Can't open fits file with accented character | ||
---|---|---|---|
Product: | [Applications] kstars | Reporter: | Sebastien <sebastien.leclerc.1> |
Component: | general | Assignee: | Jasem Mutlaq <mutlaqja> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | cfeck |
Priority: | NOR | ||
Version First Reported In: | 3.0.0 | ||
Target Milestone: | --- | ||
Platform: | Mint (Debian based) | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sebastien
2018-12-24 14:44:58 UTC
Is the filename UTF-8 encoded? Check 'convmv'. (In reply to Christoph Feck from comment #1) > Is the filename UTF-8 encoded? Check 'convmv'. I don't know. I'm using Linux Mint 19 as is. I installed convmv. What test do you want me to make ? Please try: cd /home/seb/ LC_CTYPE=C ls -b T*chargements and paste the output here. And voila seb@seb-HP-ENVY-15-Notebook-PC:~$ cd /home/seb/ seb@seb-HP-ENVY-15-Notebook-PC:~$ LC_CTYPE=C ls -b T*l*chargements 3D\ Project memo_exoplanete_version1.pdf new-image.fits Astro_ATACAMA_C2015V2_Seb_20181122_24.cfg org.remmina.Remmina.flatpakref Photos Cmunipack_2.1.24-1_amd64.deb pretraitement_Drizzle_Localnorm\ (1).xpsm pretraitement_Kizilian_Drizzle_Localnorm.xpsm events_select.php GOES16-c11.gif Tutos Imprimante\ 3D Oh, I forgot that ls will list the contents of the directory, not its name. Try: LC_CTYPE=C ls -b -d T*chargements I was wondering why this particular command ^^. This time, the command returns : T\303\251l\303\251chargements Okey, this is UTF-8, so it should work. I am out of ideas, because I don't know the cfits library. Thanks for the investigation so far. (In reply to Christoph Feck from comment #7) > Okey, this is UTF-8, so it should work. I am out of ideas, because I don't > know the cfits library. Thanks for the investigation so far. What is sure, is the relation with special character in the path. If I move the same image in /home/seb for exemple, it works perfectly. Cannot reproduce with 3.5.5 using the exact name Téléchargements as the directory. |