0

I am running a virtual server. I have set anything (I can think of) to UTF-8 (apache, mysql, php).

Umlauts do work fine, but when I try to paste e.g. „n“ (the quotes are where the problem is), in the database the „ is replaced by a EUR symbol.

Everything should be utf-8 and its driving me crazy...

my.cnf:

[client]
default-character-set=utf8mb4

[mysql]
default-character-set=utf8mb4

[mysqld]
collation-server=utf8mb4_general_ci
init-connect='SET NAMES utf8mb4'
character-set-server=utf8mb4

I am stuck...

WarWolfen
  • 241
  • 1
  • 3
  • 11

0 Answers0