issues
search
microsoft
/
Windows-driver-samples
This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
7k
stars
4.94k
forks
source link
Standardize INF files encoding to UTF-16 LE
#1193
Closed
NeoAdonis
closed
4 months ago
NeoAdonis
commented
4 months ago
ANSI INF files converted to UTF-16 LE to align better with the
General Unicode requirements for INF files
.
Added .inf/,inx files to .gitattributes so that they are recognized properly as text files (resolves #1055).