http://bugs.winehq.org/show_bug.cgi?id=32136
--- Comment #9 from Qian Hong fracting@gmail.com 2012-11-06 10:47:16 CST --- (In reply to comment #8)
Why do you need BOM in a first place? I don't see how it's helpful at all,
Hello, thanks for comment, but I'm a bit confused, could you be more details what do you mean by "in a fisrt place"? Did my comment 4 and my reply in wine-devel answer your question? Thanks a lot!
even if UTF-8 could possibly work in .inf files, which is doubtful.
We support three encoding of .inf files, ANSI, UTF8 with BOM, and UCS-16, you could either take a look at dlls/setupapi/parser.c:parse_file() or create real .inf files with these encoding and test by hand.