oaom

Members
  • Content count

    4
  • Joined

  • Last visited

About oaom

  • Rank
    Forum Newbie
  1. Thanks for the help! I just resolved the issue. Great package! Best, OA
  2. I have tried adding 0xEF, 0xBB, 0xBF at the beginning of the xml string that is generated; which really made the output look like: 239187191 <?xml version="1.0" encoding="utf-8"?> I'm still having the same problem though. Best, OA
  3. Also, here is what the xml output shows (notice that all non-English characters are correctly replaced with their UTF-8 equivalents): <?xml version="1.0" encoding="utf-8"?>
  4. Hello, I have gone through your documentation thoroughly and have been evaluating your product for quite some time now. It is very impressive, even though I have not been able to correctly display multilingual characters. We are working on a multi-language application, and an example language we support would be Turkish. Unfortunately, the characters do not display correctly even after Iwe made sure of the following: 1. The xml tag contains (utf8 in its xml.inspect! output) <?xml version="1.0" encoding="UTF-8"?> 2. Our RoR application runs with en-EN.UTF8 ENV variable set. 3. Our database has all of its tables and default collation in utf8. 4. We are using the supplied dataURL method. 5. Our XML output is correctly displayed on Firefox as (notice the multi-lingual characters):