Logfile (VVVV) encoding

Hello there,

what encoding is LogFile (VVVV) using for its files.log?

i guessed it’s UTF-8, but notepad++ tells me something like UCS-2LE w/o BOM. if that’s really the case, then i’d suggest to use utf-8 in the future or, even better, let the user decide with a config Pin.

thx

utf8 it is now. note though that notepad++ will say it is ANSI as long as there is only ansi characters in there.

the ucs thing it was before was utf16. less widely used, so thanks for the report.