Special Characters within elements

sek101079

Member
Hi there,

Currently all german characters like "ä" "ö" "ü" etc. are ignored and will not be saved within the database after inputted in my form.

Is there any elegant solution to get this fixed? I am using a form with fields and textarea where these characters would be required for input.

Many thanks in advance.

Sven
 
I‘m not having any issues with all kinds of special characters in Fabrik elements.
But you should be setting your database to an utf-8 encoding. This needs to be done in your database management console and it doesn‘t hurt to change it before creating the Joomla and Fabrik tables.


Gesendet von iPhone mit Tapatalk Pro
 
With this statement you can check your default character set:
SELECT default_character_set_name FROM information_schema.SCHEMATA
WHERE schema_name = "yourdatabase"

Here you can find an example how to change to utf8.
 
Hi there.

Many thanks for your support. The encoding in the database cannot cause the problem as this is already utf-8.

Any other idea?
 
It's really no general issue (my language is German, no problems at all).

Check not only your DB collation but also your tables and columns.

Additionally check in your list settings; usually there's nothing to do, but maybe in your case there's something broken.
upload_2020-7-26_15-13-34.png
 
Last edited:
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top