Re: RUBY Encoding format
Posted: Mon Aug 18, 2014 10:57 am
Silly me
I just remembered the inbox files are "plain text" , you should be able to work directly with them.
DSP Robotics and FlowStone Graphical Programming Software Support and Forums
https://dsprobotics.com/support/
Encoding: (in method 'event')::ConverterNotFoundError: code converter not found (ASCII-8BIT to UTF-8)
#Encoding.name_list
#=> ["ASCII-8BIT", "UTF-8", "US-ASCII". "external", "filesystem"]
Encoding.default_external = "UTF-8" if defined? Encoding
...code