I have some problems with german characters...
When I make mysql query in my serverside extension, for example:
var sql = "INSERT INTO `mydb`.`mytable` (`mess`, `author`) VALUES ('weltberühmte', 'me',)";
var queryRes = dbase.executeCommand(sql);
I got question-mark in mysql table instead of umlaut character (ü).
Mysql encoding is utf8 and when I make such query through php it's allright...
How can I resolve this problem?
P.S. sorry for not properly mounting of my post, but within "Code" tags umlaut was not reflected too:
Code: Select all
weltberühmte