You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to immobilienscout24-development
Hello,
I am trying to post an REALSTATE Object but description is messed up because of German Letters.
The description is being taken with a lot of mistakes, probably because of the letters that exist in German, but not in English. (the German name is "Umlaut", like ä, ö, ü) Is there something that can be done about it?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to immobilienscout24-development
Hey Aman,
It might be the case that you copied the German text and passed it to the description? If so, try to write the letters with "Umlaut" by your self. I have just tried to post an object with Umlaut letters and it worked as it should be.
Best,
Or.
Aman Bansal
unread,
Sep 23, 2019, 11:52:16 PM9/23/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to immobilienscout24-development
Hi,
I have fixed the issue by using PHP html_entity_decode($str) and it worked then.