LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!
post tmyData to URL "http://1.2.3.4/test.lc"
put it
But why? The environment is APACHE, MariaDB, Linux (but I have the same error if I try the same way on a Windows OS LC Server). The informations are stored in my DB with UTF-8.
Does work for Märkische Straße but I can not see € - Only
The other think is this stack is later for my android app. Communication is easy:
Linux Server : Maria DB : UTF-8 : APACHE -> HTTPS Android
With the browser it is possible to see the informations right. Maybe do I need to create a HTML Header in front of the post to get the right format from webserver into LC?
in the .lc file of my webserver i can see this chars without any problems on my client. S
eems that they are wrong displayed after the SQL select. But why can I see the right chars (with sql select) in my browser? but not in the post command?
I am a bit out of my comfort zone here.
The only thing I can think of is how is the text encoded that goes into your database. It does not seem to be utf-8.
(If I understand correctly that you are retrieving textual data from your database)
Once the textencoding is clear there should be a way to transform it.
It could also be that isoToMac does not translate the Euro sign "€" correctly since that was introduced relatively recently.
If all other non-lower ascii characters translate via isotomac correctly then that could be the case.