RefactoringTools / HaRe

The Haskell Refactoring Tool
http://www.cs.kent.ac.uk/projects/refactor-fp/
Other
139 stars 32 forks source link

fix refactoring file with non-ascii symbol in path #28

Closed ndtimofeev closed 8 years ago

ndtimofeev commented 8 years ago

Using show for string wrap in quotes is a bad idea. It draws non-ascii symbol as escape sequence and breaks non-latin filepath compatibility. This patch changes showLisp for only wrap string in quotes without symbol escaping.

l29ah commented 8 years ago

Isn't it?

alanz commented 8 years ago

oops, sorry