]> wimlib.net Git - wimlib/blobdiff - doc/man1/wimlib-imagex-capture.1
Character encoding and string conversion updates
[wimlib] / doc / man1 / wimlib-imagex-capture.1
index d86f043b22e0c164157aad004b96647fa456c516..bd4f42bd7aa84904d9cfd22cf52d1c03351fe313 100644 (file)
@@ -72,6 +72,12 @@ There is no support for storing extended attributes (e.g. SELinux security
 labels and POSIX ACLs).  Also note that last status change times (ctime) are not
 stored.
 .PP
+Filenames and symbolic link targets on UNIX filesystems which are not valid
+UTF-8 with the addition of surrogate codepoints are unsupported.  Note: if you
+have a filesystem containing filenames in another multibyte encoding, such as
+ISO-8859-1, and you wish to archive it with wimlib, you may be able to mount it
+with an option which causes its filenames to be presented as UTF-8.
+.PP
 Pedantic note: A limitation of the WIM format prevents the unusual case where a
 single symbolic link file itself has multiple names (hard links); in this
 unlikely case, each symbolic link is stored as an independent file.