FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

cfv/debian at python2 · cfv-project/cfv · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Problems with "missing files" and international characters?
-------------------------------------------------------------

From http://bugs.debian.org/466591


"When verifying .md5 or .cfv files which contain filenames containing 
 chars with values > 127 (in ISO-8859), cfv reports the corresponding 
files as missing.

...

cfv (1.x) has no understanding of encodings for text checksum files, and
since the files are encoded in iso-8859-? but your system is probably
using utf-8 for filenames, the bytes just aren't going to match up.  For
the text-based formats you can work around this pretty easily by
manually converting the files:

"iconv -f iso-8859-1 -t utf-8 foo.md5 > foo.utf8.md5"




Back | FazBrowse Home | New Git URL