Hi,
After spending the last two months working on a completely different project I am now making a business app using G2.
In this project I need to read/write from/to databases using SQL.
I have never worked with databases before so please forgive me if the error is very obvious to you
My first attempt has been successful - I created a database in SQLite Manager and made sure that UTF-8 encoding is selected.
Then I was able to access this database in Corona and print the table(s) in the command prompt.
But - whenever I try to print a line with a German Umlaut like âĂ, Ă, Ă, etcâŚâ then the print statement shows me a really weird character. It seems like Corona does not recognize the Umlaut and inserts a placeholder.
So my question is - Do I have to add anything to config.lua or do I have to add something else in order to get Corona to âunderstandâ these UTF-8 characters?
Daily Build 2146,
Windows 8.1 64 Bit
Edit: I just tried to use a single print statement only and it gives me the same results:
print("Umlaut: "⌠âĂâ)
I did not use German Umlaute in the past so I don´t know if this is a new problem related to this particular daily build.
Thanks,
Max