* Git 1.7.4.1, Windows Vista's built-in unzip: `d+¬marrer.txt` * Git 2.1.3, Windows Vista's built-in unzip: `d+¬marrer.txt` * Git 1.7.4.1, 7zip 9.20 (windows): `d├⌐marrer.txt` * Git 2.1.3, 7zip 9.20 (windows): `démarrer.txt`
So Git 2.1.3 still isn't sufficient with windows vista, but is better in many other cases. --- ** [tickets:#7900] Issue with encoding of filenames in git snapshot zip** **Status:** open **Milestone:** unreleased **Labels:** sf-current **Created:** Thu Jun 18, 2015 08:37 PM UTC by Dave Brondsema **Last Updated:** Fri Jun 19, 2015 07:48 PM UTC **Owner:** nobody If a git repo has a filename with unicode characters, and you download a snapshot zip file, then unzip it the filename will probably be wrong. Example: "Download Snapshot" link on https://sourceforge.net/p/compilibre/code/ci/master/tree/ and then "COMPILIBRE-source/COMPILIBRE/installer/Cliquez ici pour démarrer COMPILIBRE.bat" can end up as "Cliquez ici pour d+?marrer COMPILIBRE.bat" or "Cliquez ici pour démarrer COMPILIBRE.bat" I wonder how easy this is to fix? Does it matter what your git settings are, or how the file was added to the repo? Or your local filesystem? Original report: https://sourceforge.net/p/forge/feature-requests/353/ --- Sent from forge-allura.apache.org because [email protected] is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
