Ticket #124 (new defect)
utf8 test filenames stored in wrong encoding in the git repository
| Reported by: | nus | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | Keywords: | ||
| Cc: |
Description
The directory and file names used for tests/Unit.hs:tabcompletion are stored incorrectly in the haskelline repo.
Examining the output of
$ git show ce9035804b88daf29695c1f6c538d91918a4bed5
shows 'μασ' stored as the sequence 'C3 8E C2 BC C3 8E C2 B1 C3 8F C2 83', whereas the proper UTF-8 sequence is 'CE BC CE B1 CF 83'. Similarly,
$ git show 3548e16d149a0c35f28238ff36c15f8e905b6163
has 'ςερτ' stored as 'C3 8F C2 82 C3 8E C2 B5 C3 8F C2 81 C3 8F C2 84' and the correct sequence is 'CF 82 CE B5 CF 81 CF 84'.
Change History
Note: See
TracTickets for help on using
tickets.
