On Monday 22 May 2023 09:02:27 am ajh-valmer via tde-users wrote:
On Monday 22 May 2023 12:04:15 Michele Calgaro via tde-users wrote:
On 2023/05/22 06:49 PM, ajh-valmer via tde-users wrote:
Finished the tiresome hieroglyphs !
Not really, that could be just the start, because it may indicate we have a bug in the way TDE creates those folders :-( What strings did you enter into "paths" to get scrambled-eggs-strings initially? Michele
Hello Michele,
Before : /home/andre/Téléchargements /home/andre/Modèles /home/andre/Vidéos
Now : /home/andre/Telechargements /home/andre/Modeles /home/andre/Videos
There is a locales problems with accented characters of some languages as french...
Hi,
Not sure if this helps, but I usually have really odd characters on the command line show up as either empty boxes or boxes with an X in them. In Konqueror those same chars all show up as empty boxes. They do copy/paste and work for pathing and scripting.
Very (very) rarely I have seen characters turned into unicode (\u01C3) and hex (%E8). That usually breaks using them for pathing and scripting.
From R14.0.13
michael@local [~/data/trash]# mkdir 'Téléchargements' michael@local [~/data/trash]# ll {snip} drwxr-xr-x 2 michael michael 4096 May 22 09:42 Téléchargements {snip} michael@local [~/data/trash]# ls 'Téléchargements' michael@local [~/data/trash]# mkdir 'Téléchargements/Modèles' michael@local [~/data/trash]# ll 'Téléchargements' total 292 drwxr-xr-x 3 michael michael 4096 May 22 09:45 . drwxr-xr-x 14 michael michael 286720 May 22 09:42 .. drwxr-xr-x 2 michael michael 4096 May 22 09:45 Modèles michael@local [~/data/trash]# rmdir 'Téléchargements/Modèles' michael@local [~/data/trash]# rmdir 'Téléchargements'
HTH, Michael