node-rtf
node-rtf copied to clipboard
It doesn't support UTF-8 encoded text values.
Generated RTF file has inappropriate encoding for UTF-8 values used as:
doc.writeText("here is --> привет <-- some cyrillic text");
some rtf reader will only support ansi char encoding. Maybe you know a way to convert your utf-8 string to win-1252 text