X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=rust%2Fsrc%2Flocale_charset.rs;h=8b3de74daf1e6791fc92cbe94dc250184cb59648;hb=062f5cd94f8682d7b2311372d12c8d7e022e60a0;hp=e967c1d46de35ee4689ebb15727ae4fb72651482;hpb=7b8c7d8e8e05793f456be2b4cd0a6aedf445439a;p=pspp diff --git a/rust/src/locale_charset.rs b/rust/src/locale_charset.rs index e967c1d46d..8b3de74daf 100644 --- a/rust/src/locale_charset.rs +++ b/rust/src/locale_charset.rs @@ -295,6 +295,8 @@ mod inner { } } +/// Returns the character set used by the locale configured in the operating +/// system. pub fn locale_charset() -> &'static str { lazy_static! { static ref LOCALE_CHARSET: &'static str =