Feat
- Add
_copier_operationvariable (#1733) - context: expose a
_copier_phasecontext variable
Fix
- explicitly specify file encoding for windows (#2007)
- auto-detect encoding when reading external data file
- settings: auto-detect encoding when reading settings file
- cli: auto-detect encoding when reading unicode-encoded file specified with
--data-file - expose only answers in question rendering context
- ignore
$fileif$file.tmplexists when subdirectory is used - decode external data file content explicitly as UTF-8
- decode answers file content explicitly as UTF-8
Refactor
- use common answers file loader