Kip Posted January 17, 2006 Posted January 17, 2006 Hi all, When using characters such as ö / Ü etc. my xml gives a failure: "H䪡n Hellstr�> which should be: "Håkan Hellström"/> How can I solve this? greetings, KIP
Newbies Adam Aaron Posted January 17, 2006 Newbies Posted January 17, 2006 What encoding are you using in the xml declaration? Also, are you sure that the programme that the text is authored in is saving it with the right encoding. Just a guess but I think you'd need to use unicode for characters like that. Adam
Kip Posted January 17, 2006 Author Posted January 17, 2006 Hi, I use Western Arial text format in filemaker. And export it to UTF-8. I open the file in Altova XML Spy...
Wim Decorte Posted January 18, 2006 Posted January 18, 2006 Do the weird characters show in the FM export, or after you apply an XSLT to the FM XML?
Kip Posted January 18, 2006 Author Posted January 18, 2006 Hi Wim, Your question got me going and I finally found the answer to the problem. Thanks. I am using the troile plugin in order to append some doctype data to the xml (yep a work around). I used trfile_setcontents where i should have used trfile_appendcontents with "-encoding=UTF8" Thanks again for getting me going Kip
Recommended Posts
This topic is 6883 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