ladybug icon indicating copy to clipboard operation
ladybug copied to clipboard

fix encoding problem in windows console

Open flip111 opened this issue 10 years ago • 0 comments

The file was save in an UTF8 encoding and (apparently) not converted back to a codepage suitable for the windows command line (codepage 850). This patch makes sure you get the right character independent of the file encoding. Obviously detecting the environment and serving up the right codepage would be nicer, but i recommend to leave this patch in for now until there is a better solution.

flip111 avatar Jun 08 '14 16:06 flip111