I Have a bunch of vbs files that are in the UTF8 format stored in Github.
When adding files to github, all the encoding is committed in UTF8, however, I am working with languages, and some of the arrays are in other languages, requiring UTF16 encoding. Does it makes sense to check this in as UTF8 to maintain the github integrity and convert the file to UTF16? (Does that make sense? does that lose anything?) Or just get it checked in as UTF16? Hope that made sense.
thanks in advance.
When adding files to github, all the encoding is committed in UTF8, however, I am working with languages, and some of the arrays are in other languages, requiring UTF16 encoding. Does it makes sense to check this in as UTF8 to maintain the github integrity and convert the file to UTF16? (Does that make sense? does that lose anything?) Or just get it checked in as UTF16? Hope that made sense.
thanks in advance.