Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(whiskers): support alternative template file encodings #179

Merged
merged 1 commit into from
Apr 27, 2024

Commits on Apr 27, 2024

  1. feat(whiskers): support alternative template file encodings

    currently supports whatever encodings the encoding_rs_io crate[1] supports
    
    there are test cases for UTF-8, UTF-8 with BOM, UTF-16 LE, and UTF-16 BE.
    
    [1] https://github.com/BurntSushi/encoding_rs_io
    backwardspy committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    81adcb5 View commit details
    Browse the repository at this point in the history