loresoft / msbuildtasks

The MSBuild Community Tasks Project is an open source project for MSBuild tasks.
BSD 2-Clause "Simplified" License
946 stars 272 forks source link

improve: TemplateFile: allow to define input and output file encodings #277

Closed ashumkin closed 5 years ago

ashumkin commented 6 years ago

The input files are not always in UTF-8 encoding as it is assumed by default. Let user to define an actual encoding. Also, let user to redefine an output file encoding (but usually it is the same as an input template).