Mercurial > mplayer.hg
view gui/skin/cut.h @ 23425:098e38f17263
Recode the whole subtitle file to utf-8 before parsing.
This allows reading subtitles in ucs-2.
author | eugeni |
---|---|
date | Fri, 01 Jun 2007 19:58:29 +0000 |
parents | 17bf4f4b0715 |
children | f15bce7943b9 |
line wrap: on
line source
#ifndef _CUT_H #define _CUT_H extern void cutItem( char * in,char * out,char sep,int num ); extern int cutItemToInt( char * in,char sep,int num ); extern float cutItemToFloat( char * in,char sep,int num ); extern void cutChunk( char * in,char * s1 ); #endif