rcrowley / mustache.sh

Mustache in POSIX shell
Other
81 stars 8 forks source link

Makes mustache.sh Encoding agnostic #2

Closed malk closed 11 years ago

malk commented 11 years ago

it is just a matter of using %s instead of %c in the printfs and mustache.sh passes to being "I turn everything into us-ascii" to "I do not change encoding at all" making it support accents.

malk commented 11 years ago

this fixes the issue I created previously here: https://github.com/rcrowley/mustache.sh/issues/1

rcrowley commented 11 years ago

Good trick!