athena-framework / athena

An ecosystem of reusable, independent components
https://athenaframework.org
MIT License
211 stars 17 forks source link

Use `utf-8` as lowercase is preferred #417

Closed Blacksmoke16 closed 4 months ago

Blacksmoke16 commented 4 months ago

Context

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type#charset Calls out that:

The character encoding standard. Case insensitive, lowercase is preferred.

This PR updates the casing to be the preferred casing.