RUBY Encoding format

For general discussion related FlowStone
User avatar
JB_AU
Posts: 171
Joined: Tue May 21, 2013 11:01 pm

Re: RUBY Encoding format

Post by JB_AU »

Silly me :oops: I just remembered the inbox files are "plain text" , you should be able to work directly with them.
"Two things are infinite: the universe and human stupidity; and I'm not sure about the the universe."

Albert Einstein
User avatar
Walter Sommerfeld
Posts: 250
Joined: Wed Jul 14, 2010 6:00 pm
Location: HH - Made in Germany
Contact:

Re: RUBY Encoding format

Post by Walter Sommerfeld »

Encoding: (in method 'event')::ConverterNotFoundError: code converter not found (ASCII-8BIT to UTF-8)

have this prob in my actual ruby file finder:

#Encoding.name_list
#=> ["ASCII-8BIT", "UTF-8", "US-ASCII". "external", "filesystem"]

Encoding.default_external = "UTF-8" if defined? Encoding
...code


Reason: Filename has a "-" with ascii code 150 instead of 45... :(

Will i have to change all the filenames or is there a workaround???

Walter
Post Reply