cheshire137 / gulp-ruby-haml

Haml plugin for Gulp that uses the Ruby Haml gem.
https://www.npmjs.com/package/gulp-ruby-haml
MIT License
27 stars 13 forks source link

Fix garbled characters #19

Closed kuchida closed 8 years ago

kuchida commented 8 years ago

This is a fix for a problem that garbled characters may appear at hamlData += data.toString() since data could be ended (or started) with an incomplete multi-byte character.

Sorry for no test code at this time.

cheshire137 commented 8 years ago

I pulled this down locally and ran tests--they pass! Thanks!