Method: AssLauncher::Support::Shell::AssOutFile#detect_ass_encoding
- Defined in:
- lib/ass_launcher/support/shell.rb
#detect_ass_encoding ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
TODO:
It’s stub returns the CP1251 encoding but requires to detect 1C out encoding automatically
399 400 401 |
# File 'lib/ass_launcher/support/shell.rb', line 399 def detect_ass_encoding Encoding::CP1251 end |