summaryrefslogtreecommitdiff
path: root/doc/bugs/problems_with_utf8_names.mdwn
Commit message (Collapse)AuthorAge
* remove old closed bugs and todo items to speed up wiki updates and reduce sizeGravatar Joey Hess2014-05-29
| | | | | | | | Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done
* merged ghc 7.4 support into masterGravatar Joey Hess2012-02-07
|
* update; ghc7.4 branch fixes this pretty well nowGravatar Joey Hess2012-02-03
|
* updateGravatar Joey Hess2012-02-02
|
* update; newghc-edges branchGravatar Joey Hess2012-02-02
|
* updateGravatar Joey Hess2012-02-02
|
* updateGravatar Joey Hess2012-02-02
|
* updateGravatar Joey Hess2012-02-01
|
* spent 3 hours on this bug; developed two incomplete fixesGravatar Joey Hess2012-02-01
|
* reopenGravatar Joey Hess2012-01-28
| | | | | People seem to want to post comments here with vague details about a new bug, rather than opening a new bug report.
* Rethink filename encoding handling for display. Since filename encoding may ↵0.23Gravatar Joey Hess2011-03-12
| | | | or may not match locale settings, any attempt to decode filenames will fail for some files. So instead, do all output in binary mode.
* update unicode FilePath handlingGravatar Joey Hess2011-02-11
| | | | | | | | Based on http://hackage.haskell.org/trac/ghc/ticket/3307 , whether FilePath contains decoded unicode varies by OS. So, add a configure check for it. Also, renamed showFile to filePathToString
* updateGravatar Joey Hess2011-02-10
|
* updateGravatar Joey Hess2011-02-10
|
* Fix display of unicode filenames.Gravatar Joey Hess2011-02-10
| | | | | | | | | Internally, the filenames are stored as un-decoded unicode. I tried decoding them, but then haskell tries to access the wrong files. Hmm. So, I've unhappily chosen option "B", which is to decode filenames before they are displayed.
* details..Gravatar Joey Hess2010-12-28
|
* but report on umlaut handlingGravatar http://christian.amsuess.com/chrysn2010-12-22