Cheers,
Kris
-- Michael Offner-Streit CTO Railo Technologies GmbH michael...@railo.ch www.getrailo.com Mailing List (english): http://groups.yahoo.com/group/railo_talk/ Mailing List (german): http://de.groups.yahoo.com/group/railo/ Linked in: http://www.linkedin.com/e/gis/71368/0CF7D323BBC1 Issue Tracker: http://jira.jboss.org/jira/browse/RAILO Blog: http://www.railo-technologies.com/blog
you define that the file should be loaded with utf-8 encoding, but the question is, is it really a utf-8 files, most files are not utf-8, most file have the default charset from the operation system.<cfprocessingdirective pageencoding="utf-8">
<!--- **************************************************************** ---> <!--- Get Members ---> <cfquery name="qry_Members" datasource="#Application.str_MembersDSN#"> SELECT field1, field2, field3, field4, field5, field6, field7, field8, field9 FROM table </cfquery>
Hi Paul, Thanks for the suggestion, but neither of them worked. Kind regards, Andrew. On Jun 26, 12:14 pm, "Paul Klinkenberg" <p...@ongevraagdadvies.nl> wrote:
Hi Andrew, Two fixes/workarounds for this problem: <cffile action="write" file="..." output="#ToString(GoogleBase, 'utf-8')#" charset="utf-8" />
-- Michael Offner-Streit CTO Railo Technologies GmbH
michael...@railo.ch www.getrailo.com Mailing List (english): http://groups.yahoo.com/group/railo_talk/ Mailing List (german): http://de.groups.yahoo.com/group/railo/ Linked in: http://www.linkedin.com/e/gis/71368/0CF7D323BBC1
Issue Tracker: http://jira.jboss.org/jira/browse/RAILO Blog: http://www.railo-technologies.com/blog