allan2 / dotenvy

A well-maintained fork of the dotenv crate
MIT License
664 stars 40 forks source link

Add support for UTF-8 BOM encoding #28

Closed sonro closed 1 year ago

sonro commented 1 year ago

The UTF-8 Byte Order Mark \ufeff will be ignored when parsing.

Add integration test to confirm.

See #27

webbertakken commented 1 year ago

Awesome!

@allan2 would you mind releasing this?

allan2 commented 1 year ago

@webbertakken 0.15.6 released

webbertakken commented 1 year ago

Thank you very much!