Hi all,
I edit all my files (both source and DS XML) as UTF-8.
My HTML files declare content charset as UTF-8.
I load my DataSources using the DataSourceLoader servlet.
I see the following error: all non-trivial (ie. ascii) characters in text fields specified in DS XML (like title, pluralTitle, etc...) have encoding errors when I read then out on my client side.
I narrowed the problem down to the DataSourceLoader servlet:
- The DS XML files it uses for input are in UTF-8
- If I directly call the servlet from a browser, and check the output,
I can see that it not UTF-8.
Is there a way to configure this servlet to return UTF-8 data?
Or it this a bug?
Thank you for your help!
I edit all my files (both source and DS XML) as UTF-8.
My HTML files declare content charset as UTF-8.
I load my DataSources using the DataSourceLoader servlet.
I see the following error: all non-trivial (ie. ascii) characters in text fields specified in DS XML (like title, pluralTitle, etc...) have encoding errors when I read then out on my client side.
I narrowed the problem down to the DataSourceLoader servlet:
- The DS XML files it uses for input are in UTF-8
- If I directly call the servlet from a browser, and check the output,
I can see that it not UTF-8.
Is there a way to configure this servlet to return UTF-8 data?
Or it this a bug?
Thank you for your help!
Comment