Go to the documentation of this file.
36 #ifndef __vtkUTF8TextCodec_h
37 #define __vtkUTF8TextCodec_h
52 virtual const char*
Name() {
return "UTF-8" ;}
53 virtual bool CanHandle(
const char* testStr);
57 virtual bool IsValid(istream& InputStream) ;
63 virtual void ToUnicode(istream& InputStream,