work on character encoding
[pspp] / rust / src / locale_charset.rs
index e967c1d46de35ee4689ebb15727ae4fb72651482..8b3de74daf1e6791fc92cbe94dc250184cb59648 100644 (file)
@@ -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 =