Encoding

Hi
Hi want 'no conversion', just replacing
(of binary data)

ruby -E BINARY -pe 'gsub(/ab/s,"C")'

Stdin:
ä # => Error # I dont have Win...

I need /s (example just simplified) , which causes that error

Thx Berg