• Helena Tan
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hello,
I was trying to export cases with chinese characters in the description field via a soql api call. I encoded utf-8. (sys.setdefaultencoding('utf-8') However, the chinese characters are not showing up properly in the output (strange characters..such as ???). I wonder what the best way is to get case info with Chinese/Japanese/Korean characters.

Thanks,
Helena