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