Skip to content
Snippets Groups Projects
  • Simon McVittie's avatar
    10c2771b
    Add checks for locales and locale-related issues · 10c2771b
    Simon McVittie authored
    
    Some Steam games assume that the en_US.UTF-8 locale is available, and
    it's reasonably likely that others assume that the C.UTF-8 locale is
    available, or that the locale environment variables are set to usable
    values.
    
    Having checks for locale properties will also help us when experimenting
    with containers: we can check whether the locale that was set outside
    the container is available inside the container.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
    10c2771b
    History
    Add checks for locales and locale-related issues
    Simon McVittie authored
    
    Some Steam games assume that the en_US.UTF-8 locale is available, and
    it's reasonably likely that others assume that the C.UTF-8 locale is
    available, or that the locale environment variables are set to usable
    values.
    
    Having checks for locale properties will also help us when experimenting
    with containers: we can check whether the locale that was set outside
    the container is available inside the container.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>