nextcloud / nextcloud/workflow_script
App removes Umlauts
Nessuno ha ancora preso questa issue.
- Lingua principale
- PHP
- Stelle
- 89
- Fork
- 19
- Merge medio
- 6h 38m
- PR unite (30g)
- 3
Descrizione
Hello,
I have a Script that processes various files but every time a Filepath contains a Umlaut (äöüÜÖÄ) the App removes them from the Path and the Script fails. Wich is weird because i have a seperate Nextcloud server (but a older version) for Testing where the App does not remove the Umlauts and the Script works perfectly.
I just recently setup the Nextcloud where i encounter this Problem. Is it possible that i made some mistakes in the setup Process that causes this to happen? I searched for hours but could not find documentation on this problem.
I dont know if its a bug for newer versions or if im just too dumb to see my error but help would be very appreciated.
Steps to reproduce
- Setup Workflow_Script to echo filepath to logfile
- do smth to File with Umlauts (e.g. Müller.pdf)
- wait for cron.php or execute
- Open logfile
Expected behaviour
path in logfile is,
some/file/called/müller.pdf
Actual behaviour
path in logfile is,
some/file/called/mller.pdf
Workflow Script app
**Workflow Script app version: 1.7.0
Server configuration
Operating system: Ubuntu
Web server: Apache
Database: Maria
**Nextcloud Version: 22.2.0
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Riprodurre il problema eseguendo l'app Workflow Script su un file come Müller.pdf, quindi confrontare l'elaborazione tramite cron.php con il percorso previsto del logfile. Esaminare la gestione del percorso del file da parte dell'app e verificare che le dieresi vengano preservate nel percorso registrato; il problema è risolto quando il logfile contiene il nome file originale.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- php
- Ambito
- backend
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100