Modified Files:
js_global.c putmsg.cpp wordwrap.c wordwrap.h writemsg.cpp
Log Message:
Pass a new "is_utf8" argument to wordwrap() rather than auto-detect UTF-8 text. This means the JS global word_wrap() method has a new optional Boolean arg
as well.