umpirsky/titlerator

Convert subtitles to utf-8 encoding.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/umpirsky/titlerator

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

This package is not auto-updated.

Last update: 2025-10-07 11:49:25 UTC


README

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();