Hi, 2009/3/30 Trent W. Buck <[email protected]>: > Guillaume Hoffmann <[email protected]> writes: > >> 2009-03-28 Marco Túlio Gontijo e Silva >> - Update e-mail address for Marco Túlio Gontijo e Silva. > > This got the wrong encoding somewhere along the line :-(
I suppose that is because darcs (like all applications using the standard Haskell I/O library) is not encoding-aware. When Marco Túlio etc. types the patch name, darcs reads the UTF-8 encoded 'ú' as two bytes. When it outputs those two bytes in an environment that interprets it as latin1, you get 'ú'. Regards, Reinier _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
