Standalone DIVx players doesn't show local graphemes correctly if subtitles are created in windows,
because there is no cp852/cp1250 support for subtitles on EE market (only iso latin-2).
BPConvert integrates into shell and simply add codepage translation into the windows environment,
which is needed for mostly all standalone DIVx players to show subtitles well, along with graphemes
from Eastern Europe. Right clicking on windows subtitles (smi, sub, srt) created on cp852 and cp1250
will create fully readable iso-8859-2 subtitle which is needed to show local graphemes correctly.
BCPconvert is based on unix2windows port of Iconv utility from LibIconv GPL.