cerr << _("Failed to set locale. Fix your system.") << endl;
}
- if (strcmp(nl_langinfo(CODESET), "UTF-8") != 0)
- {
- cerr << _("Running in non UTF-8 locale. Setup is unsupported.") << endl;
- }
-
setLogDo(&log_do);
setLogQuery(&log_query);
<para>With each snapshot a description and some userdata can be associated. The
description is a string. The userdata is a list of key-value pairs where the
keys and values are strings.</para>
+ <para>Do not use non-ASCII characters for the snapshot description, unless you
+ always use the UTF-8 character encoding.</para>
</refsect2>
<refsect2 id='automatic_snapshot_creation'>
+-------------------------------------------------------------------
+Thu May 10 11:43:53 UTC 2018 - jsrain@suse.cz
+
+- move warning in case of non-UTF8 locale to man page (bsc#1092103)
+
-------------------------------------------------------------------
Fri Apr 20 14:19:29 CEST 2018 - aschnell@suse.com