http plugin UTF-8 accented chars scrambled on Mac OS X

Hi all,

I’m transferring data using XML queries against the web companion in FileMaker 6 on Mac OS X 10.4. Servoy 2.2rc6.

when the text is returned from the http plugin, some punctuation and accented characters get scrambled by Servoy.

<client_name>LOr?al SA</client_name>

To determine whether the problem was with FileMaker or Servoy, I tried the same in Realbasic and saw the same problem until I realized I had to tell RealBasic that the data received from FileMaker via the Socket was encoded UTF-8.

<client_name>LOréal SA</client_name>

Is Servoy wrongly assuming that the text returned from the http plugin on Mac OS X is encoded MacRoman?

in the xml you send back do you have this header:

<?xml version="1.0" encoding="utf-8"?>