Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App removes Umlauts #103

Open
Jebop opened this issue Nov 19, 2021 · 2 comments
Open

App removes Umlauts #103

Jebop opened this issue Nov 19, 2021 · 2 comments

Comments

@Jebop
Copy link

Jebop commented Nov 19, 2021

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

  1. Setup Workflow_Script to echo filepath to logfile
  2. do smth to File with Umlauts (e.g. Müller.pdf)
  3. wait for cron.php or execute
  4. 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

@MarVinSto
Copy link

Can confirm with Debian 11 Apache Maria and PHP8.
I first encountered this problem after switching to PHP 8.
But maybe just coincidence

@level420
Copy link

level420 commented Nov 19, 2021

Can confirm this in a docker-compose stack using the current official docker image nextcloud:22.2.3-fpm from docker hub.
The official docker image is based on the official php:80-fpm-bullseye image which currently has php 8.0.12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants