mattn / vim-sonictemplate

Easy and high speed coding method
http://mattn.github.com/vim-sonictemplate
333 stars 42 forks source link

Use ':utf8' for pipe in the Perl script template. #46

Closed na0x2c6 closed 4 years ago

na0x2c6 commented 4 years ago

Thank you for your nice plugin.

I think that Perl often is used UTF-8 for STDIN, STDOUT these years, so the template might want to set the option as default, might not?

Thanks.

na0x2c6 commented 4 years ago

I found that I should use the -CIO option in this case, so let this issue close.

Thanks.

mattn commented 4 years ago

Sorry, I did not nothice this pull-request. Do you still want to add this?

na0x2c6 commented 4 years ago

Thank you for your reply. Since I think that it may be often useful, so I reopened.

mattn commented 4 years ago

Thank you