Remove file encoding guessing from DATFile #21
Labels
PangLib.DAT
Issues regarding PangLib.DAT
PangLib.Utilities
Issues regarding PangLib.Utilities
refactoring
Refactor related issues
With using
Stream
in the constructor we can't even pass a file name anymore, aside that we've been guessing it anyway.Move guessing of encoding to
PangLib.Utilities
instead, so people don't have to search for the encodings themself.To Do:
Encoding
toDATFile
constructorGetEncodingFromFileName
to a static helper insidePangLib.Utilities
The text was updated successfully, but these errors were encountered: