June 27, 200916 yr Newbies Hi. I have made a connection between our Filemaker database (FM10) and a MYSQL database (website) Everything seems to work ok. I can add new records to the MYSQL, remove them, modify and update them. The problem happens when data is visualized on the web, as strange characters appear. The website programmer requires that the text fields should be exported from FM as UTF8 but I don't know how to accomplish this. here's what I get: http://rosazul.com/index.php?page=test anybody could help? Thanks, rosazul
June 27, 200916 yr You export as UTF-8 by selecting 'Unicode (UTF-8)' as the output file character set in the export dialog. I am not sure how the data source being external affects this - perhaps you should try importing the data into a native Filemaker table and see what you get. It would also help to know which file format you are exporting. A hint to your web programmer: black text on dark gray background is not the best choice.
June 27, 200916 yr Strange characters could mean a driver issue. Especially if they only show up in data you enter in FM. Test it against data that is entered directly into MySQL. See if the strange characters still appear.
June 29, 200916 yr Author Newbies Hi In reply to comment: I prefer to enter text data into FileMaker. Exporting to UTF-8 in a file. Csv and then imported into MYSQL works fine. In reply to jmormond: I have reviewed all the possibilities of the connector odbc (v 2.9d Actual ODBC Pack for Mac OS X) and the characters always go wrong. Thank you very much for your responses. Any idea? rosazulconcerts
June 29, 200916 yr Author Newbies Sorry, this should not be a new post. It is a response to the post Strange characters. rosazulconcerts Edited June 29, 200916 yr by Guest Merged
June 29, 200916 yr Look at the data directly in MySQL, are the strange characters appearing there? If yes, what version of MySQL are you using? In no, then the problem is not your ESS link or driver. It most likely falls on your Web Developer. Check the fonts, missing characters in the character set can cause strange behavior. Also, check the style sheet. If run that page through the Google Translator, those characters disappear. That gives me an idea that it may be something in the html coding or style sheet that is giving you the problem.
July 3, 200916 yr Author Newbies Hi Already solved the problem The web master tells me: "The problem is that the MySQL database and PHP is by default connected in Swedish (MYSQL is Swedish), regardless of the contents of the database, if all connections are made in Swedish no problem, but if one did not is in Swedish, such as FileMaker is forcing SET NAMES utf8." Thank you very much for your cooperation and apologize for the delay. rosazulconcerts
Create an account or sign in to comment