umpirsky/titlerator

Convert subtitles to utf-8 encoding.

dev-master 2016-03-12 16:52 UTC

This package is not auto-updated.

Last update: 2024-04-23 04:32:29 UTC


README

68747470733a2f2f6661726d322e737461746963666c69636b722e636f6d2f313730392f32353039383532363838345f616534643530343635665f6f5f642e706e67

symfony upgrade fixertwig gettext extractorwisdomcentipedepermissions handlerextraloadgravatarlocurrocountry listtransliterator

Titlerator Build Status

Convert subtitles to utf-8 encoding.

Web interface

http://titlovi.umpirsky.com

Command line

$ ./bin/titlerator file.sub

Code

$titlerator = new Titlerator(
    new Transliterator(Settings::LANG_SR),
    file_get_contents('file.sub')
);
$titlerator->fixEncoding();
$titlerator->getText();