CVS migration help

Brian de Alwis bsd at cs.ubc.ca
Tue Oct 7 18:58:09 BST 2008


> >Have you checked that the names in the .dat files actually are  
> encoded in UTF-8?
>
> How would  I do that ?

Use the 'hexdump -C' and look for some ASCII-encoded portion of the  
filenames.  Or if you like vi, check out bvi (a binary vi;  
bvi.sourceforge.net).

As pointed out by John, the accented characters are encoded as  
multiple bytes using UTF-8, but as a single byte if using ISO8859-1  
(latin1).

> LANG=fr_FR at euro

I'm not sure what charset '@euro' encoding corresponds to.

Brian.

-- 
"Amusement to an observing mind is study." - Benjamin Disraeli




More information about the bazaar mailing list