Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Replace Scripting.FileSystemObject (FSO) by ADODB.Stream to fix file encodings getting messed up on some systems, likely Japanese ones in particular (thanks KabanFriends!) - Don't convert `…` to `...` for CJK languages (the sanitization is done because Excel unwantedly converts three dots to a single ellipsis character, but Chinese and Japanese actually intentionally use it) - Clarify error message if XML reading is unsuccessful (now gives the actual error instead of always "file not found", which may not be true)
- Loading branch information