Add message about non-UTF-8 filenames and fallback CHARSET encoding.

This commit is contained in:
Jimmy Olgeni 2003-03-29 22:06:50 +00:00
parent b8dc466990
commit efd65b7d00
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77704

View file

@ -0,0 +1,11 @@
======================================================================
Please note: if you get the following error while running ROX-Filer,
you may be browsing a directory containing filenames that do not
comply with UTF-8.
(ROX-Filer:97970): GLib-CRITICAL **: file gconvert.c: line 498
(g_convert): assertion `str != NULL' failed
To fix that, just set your CHARSET variable to any preferred fallback
encoding (like CHARSET=iso-8859-1).
======================================================================