Skip to content
Snippets Groups Projects
  • Jared Hancock's avatar
    ee2d3c72
    i18n: Ensure UTF-8 locale is set · ee2d3c72
    Jared Hancock authored
    This is required for system requests such as email piping. Since a user is
    not logged in for the request, the system locale will not be set and text
    might get corrupted based on the PHP configuration.
    
    Fixes #2910
    ee2d3c72
    History
    i18n: Ensure UTF-8 locale is set
    Jared Hancock authored
    This is required for system requests such as email piping. Since a user is
    not logged in for the request, the system locale will not be set and text
    might get corrupted based on the PHP configuration.
    
    Fixes #2910