Project

General

Profile

Actions

Support #10599

closed

escapeshellarg() removes non ascii chars

Added by Carsten Rose almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
Start date:
16.05.2020
Due date:
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
Vote:

Description

Wenn Apache mit LANG=C laeuft werden

  • durch escapeshellarg() die Umlaute entfernt (eigenlich alle non Ascii chars). Beispiel: 'Universität Zürich' >> 'Universitt Zrich'
  • 'wkthml' entfernt ebenfalls die Umlaute aus Parametern.

Abhilfe: Apache mit dem System Local starten, welches heutzutage en_US.UTF-8 ist.

Ubuntu:

# File: /etc/apache2/envvars

# Activate line:
. /etc/default/locale

  • Damit entfernt escapeshellarg() keine non-Ascii Zeichen.
  • 'wkhtml' startet mit LANG=en_US.UTF-8 und stripped ebenfalls keine non-Ascii chars.
Actions #1

Updated by Carsten Rose almost 4 years ago

  • Description updated (diff)
Actions #3

Updated by Carsten Rose almost 4 years ago

  • Target version changed from next5 to 20.6.0
Actions

Also available in: Atom PDF