HALBURN Posted June 11, 2011 Posted June 11, 2011 I have a Filemaker solution that is pushing website content via an ODBC connection to a MySQL database. I have a bunch of special characters that are not showing up correctly on the website. I am trying to use the substitute function but it’s a mess. I am also have trouble parsing quote marks. What is the best way to parse something like this? Here are some example of what I am trying to parse: > bullet: • > apostrophe: ’ > open quote: “ > close quote: ” > accent marks: é parse to > bullet: • > apostrophe: ’ > open quote: “ > close quote: ” > accent Marks: ???
HALBURN Posted June 11, 2011 Author Posted June 11, 2011 Here is another example: I am entering this: Chicken Molé Tacos This is what shows up on my web page: Chicken Mol� Tacos
Recommended Posts
This topic is 5252 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now