Add the ability to specify the input encoding for the LessCompiler.
Defaults to the default encoding if not specified. This is useful when using LESS files that contain non-ASCII content such as those provided by font libraries such as Fontello, on a system whose default encoding is not UTF-8.
Hi! Can you do me a favour? Can you redo it from the latest master as i would need to merge. thanks
Sure. I'll give it a shot.
This change breaks the API. Could you keep the get/setEncoding method and maybe have it set both input and output encoding at the same time? You can keep your setInputEncoding and setOutputEncoding as well, just don't get rid of get/setEncoding.
@bbrouwer That makes sense. I'll keep that in mind when reimplementing.