magic_encoding icon indicating copy to clipboard operation
magic_encoding copied to clipboard

correctly change binaries

Open kostya opened this issue 13 years ago • 1 comments

like this #!/usr/bin/env ruby

-- encoding : utf-8 --

but not

-- encoding : utf-8 --

#!/usr/bin/env ruby

kostya avatar Sep 03 '12 18:09 kostya

Hm I never tought about this one. My executable files usualy don't have an extension and magic_encoding skips them.

I agree that the current behaviour is wrong and I will fix this soon ! thx for the report :)

mryan43 avatar Sep 03 '12 22:09 mryan43