On 05.03.16 14:08, Piers Rowan via luv-main wrote: > The filename is; > > 499322._425050_.can._Résumé - Jeremy Smith.pdf
Well, a quick check of your post in vim, with "8g8" shows no illegal UTF characters anywhere. With "g8" you can read the UTF-8 for the character under the cursor, e.g. é is "c3 a9". I'd elide characters from a sample filename, until gsutil stops complaining. Then do a g8 on the offending character. Then you'd have have specific fault diagnostics for a bug report, if that's the way it goes. (It's two-to-one in favour, so far.) Erik _______________________________________________ luv-main mailing list [email protected] https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main
