[haskeline] #124: utf8 test filenames stored in wrong encoding in the git repository

haskeline haskeline at projects.haskell.org
Sun Jan 13 13:55:29 GMT 2013


#124: utf8 test filenames stored in wrong encoding in the git repository
-------------------+--------------------------------------------------------
Reporter:  nus     |       Owner:     
    Type:  defect  |      Status:  new
Priority:  major   |   Milestone:     
 Version:          |    Keywords:     
-------------------+--------------------------------------------------------
 The directory and file names used for `tests/Unit.hs:tabcompletion` are
 stored incorrectly in the haskelline
 [http://darcs.haskell.org/packages/haskeline.git 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''''.

-- 
Ticket URL: <http://trac.haskell.org/haskeline/ticket/124>
haskeline <http://example.org/>
My example project


More information about the Haskeline mailing list