Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

This document discuss about:

  • We have seen that customers want to use Iguana to parse data that includes non-ASCII characters (ex. XML)

  • Due to the inclusion of the non-ASCII characters, the translator is not able to process those messages, thus resulting in Iguana channels stopping and producing error messages in the Iguana logs.

Design

  • Exclude all non-ASCII characters using lua string.gsub()

  • To learn more about string.gsub() see our documentation here.

...