I'm trying to figure out what encodings are available in node.js.
The documentation (http://nodejs.org/api/buffer.html#buffer_new_buffer_str_encoding) says:
Allocates a new buffer containing the given str. encoding defaults to 'utf8'.
but nowhere is specified a list of available encodings. Maybe I missed it.
I'm working on script which should be able to output in wide range of encodings. So far I know only about utf8 as doc is saying :)
Thx, Jaro.
From the same page: