Home | History | Annotate | Download | only in src

Lines Matching defs:encoding

2201         const char* encoding = cvAttrValue( list, "encoding" );
2202 if( encoding && strcmp( encoding, "ASCII" ) != 0 )
2203 CV_PARSE_ERROR( "Unsupported encoding" );