Skip to content

Commit

Permalink
Fix line endings and encodings
Browse files Browse the repository at this point in the history
Convert UTF-16-encoded files to UTF-8 (or ASCII if
possible).

Exceptions: These files remain utf-16 encoded.

Samples/IME/cpp/SampleIME/Dictionary/SampleIMESimplifiedQuanPin.txt
because it is an input file for the sample IME, which parses the
file as utf-16.

Samples/Win7Samples/web/xml/xmllite/xmllitereadwithencoding/cpp/encoded.xml
and
Samples/XmlLiteReadWithEncoding/cpp/encoded.xml
because they are explicitly tagged as encoding="utf-16".

Fortunately, the files that must stay utf-16 encoded are not
recognized by git as text files, so they don't suffer line conversion.

Also, the files

Samples/Hyper-V/Storage/cpp/MirrorVirtualDisk.cpp
and
Samples/Win7Samples/netds/fax/routingextension/cpp/RoutingExtension.cpp

had a U+000D embedded in the middle of the line, which is bad.
Removed it.
  • Loading branch information
oldnewthing committed Jun 18, 2016
1 parent 8797ff8 commit e3182a2
Show file tree
Hide file tree
Showing 264 changed files with 0 additions and 0 deletions.
Binary file modified Samples/CaptureEngineVideoCapture/cpp/Capture.rc
Binary file not shown.
Binary file modified Samples/CaptureEngineVideoCapture/cpp/resource.h
Binary file not shown.
Binary file modified Samples/CredentialProvider/cpp/Unregister.reg
Binary file not shown.
Binary file modified Samples/CredentialProvider/cpp/register.reg
Binary file not shown.
Binary file modified Samples/DPIAwarenessPerMonitor/cpp/DPITutorial.rc
Binary file not shown.
Binary file modified Samples/DirectCompositionEffects/cpp/Application.rc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Samples/DynamicDPI/cpp/DynamicDPI.rc
Binary file not shown.
Binary file modified Samples/DynamicDPI/cpp/resource.h
Binary file not shown.
Binary file not shown.
Binary file modified Samples/Magnification/cpp/Fullscreen/resource.h
Binary file not shown.
Binary file modified Samples/PowerShell/AbstractSyntaxTreeProfiler/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/EventNotification/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/EventRegistration/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host01/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host01/cs/Host01.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host01/cs/MyHost.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host01/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host02/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host02/cs/Host02.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host02/cs/MyHost.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host02/cs/MyHostUserInterface.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host02/cs/MyRawUserInterface.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host02/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host03/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host03/cs/Host03.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host03/cs/MyHost.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host03/cs/MyHostUserInterface.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host03/cs/MyRawUserInterface.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host03/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host04/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host04/cs/Host04.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host04/cs/MyHost.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host04/cs/MyHostUserInterface.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host04/cs/MyRawUserInterface.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host04/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host05/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host05/cs/Host05.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host05/cs/MyHost.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host05/cs/MyHostUserInterface.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host05/cs/MyRawUserInterface.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host05/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host06/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host06/cs/Host06.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host06/cs/MyHost.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host06/cs/MyHostUserInterface.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host06/cs/MyRawUserInterface.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Host/Host06/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/InitialSessionState/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Process/GetProcess01/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Process/GetProcess01/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Process/GetProcess02/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Process/GetProcess02/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Process/GetProcess03/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Process/GetProcess03/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Process/GetProcess04/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Process/GetProcess04/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Process/GetProcess05/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Process/GetProcess05/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Process/StopProcessSample01/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Process/StopProcessSample01/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Process/StopProcessSample02/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Process/StopProcessSample02/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Process/StopProcessSample03/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Process/StopProcessSample03/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Process/StopProcessSample04/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Process/StopProcessSample04/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Provider/AccessDBProvider01/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Provider/AccessDBProvider01/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Provider/AccessDBProvider02/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Provider/AccessDBProvider02/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Provider/AccessDBProvider03/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Provider/AccessDBProvider03/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Provider/AccessDBProvider04/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Provider/AccessDBProvider04/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Provider/AccessDBProvider05/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Provider/AccessDBProvider05/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Provider/AccessDBProvider06/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Provider/AccessDBProvider06/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Remoting/RemoteRunspace01/cs/AssemblyInfo.cs
Binary file not shown.
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace01/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace01/cs/Runspace01.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace02/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace02/cs/Readme.txt
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace02/cs/Runspace02.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace02/cs/Runspace02.sln
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace03/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace03/cs/Runspace03.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace03/cs/Runspace03.sln
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace04/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace04/cs/Runspace04.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace04/cs/Runspace04.sln
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace05/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace05/cs/Runspace05.sln
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace06/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace06/cs/Runspace06.sln
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace07/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace07/cs/Runspace07.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace07/cs/Runspace07.sln
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace08/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace08/cs/Runspace08.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace08/cs/Runspace08.sln
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace09/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace09/cs/Runspace09.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace10/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/Runspace/Runspace11/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/RunspacePool/cs/AssemblyInfo.cs
Binary file not shown.
Binary file modified Samples/PowerShell/SelectObject/SelectObject01/cs/AssemblyInfo.cs
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Samples/Security/EffectiveAccessRights/cs/GlobalSuppressions.cs
Binary file not shown.
Binary file not shown.
Binary file modified Samples/Win7Samples/com/uac/readme.txt
Binary file not shown.
Binary file modified Samples/Win7Samples/multimedia/gameux/gdf/spider.gdf
Binary file not shown.
Binary file modified Samples/Win7Samples/multimedia/gdi/wcs/DefaultIntentWorkaround.reg
Binary file not shown.
Binary file modified Samples/Win7Samples/netds/nap/sampleshvui/shvui.reg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Samples/Win7Samples/security/adrms/acquiretemplates/readme.txt
Binary file not shown.
Binary file modified Samples/Win7Samples/security/adrms/consumption/readme.txt
Binary file not shown.
Binary file modified Samples/Win7Samples/security/adrms/machineactivation/readme.txt
Binary file not shown.
Binary file modified Samples/Win7Samples/security/adrms/offlinepublishing/readme.txt
Binary file not shown.
Binary file modified Samples/Win7Samples/security/adrms/onlinepublishing/readme.txt
Binary file not shown.
Binary file modified Samples/Win7Samples/security/adrms/publishingacl/readme.txt
Binary file not shown.
Binary file modified Samples/Win7Samples/security/adrms/publishingtemplate/readme.txt
Binary file not shown.
Binary file modified Samples/Win7Samples/security/adrms/sbactivation/readme.txt
Binary file not shown.
Binary file modified Samples/Win7Samples/security/adrms/useractivation/readme.txt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Samples/Win7Samples/winui/sidebar/sdk_docked.gadget/Docked.html
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Samples/Win7Samples/winui/sidebar/sdk_flyout.gadget/flyout.html
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Samples/Win7Samples/winui/sideshow/alarms/alarms.reg
Binary file not shown.
Binary file modified Samples/Win7Samples/winui/sideshow/helloworld/HelloWorld.reg
Binary file not shown.
Binary file modified Samples/Win7Samples/winui/sideshow/pictures/Pictures.reg
Binary file not shown.
Binary file modified Samples/Win7Samples/winui/speech/dictationpad/chs_cmdmode.xml
Binary file not shown.
Binary file modified Samples/Win7Samples/winui/speech/dictationpad/chs_dictmode.xml
Binary file not shown.
Binary file modified Samples/Win7Samples/winui/speech/dictationpad/cht_cmdmode.xml
Binary file not shown.
Binary file modified Samples/Win7Samples/winui/speech/dictationpad/cht_dictmode.xml
Binary file not shown.
Binary file modified Samples/Win7Samples/winui/speech/reco/chs_sol.xml
Binary file not shown.
Binary file modified Samples/Win7Samples/winui/speech/reco/cht_sol.xml
Binary file not shown.
Binary file modified Samples/Win7Samples/winui/speech/reco/deu_cardinals.xml
Binary file not shown.
Binary file modified Samples/Win7Samples/winui/speech/reco/esp_dates.xml
Binary file not shown.
Binary file modified Samples/Win7Samples/winui/speech/reco/fra_cardinals.xml
Binary file not shown.
Binary file modified Samples/Win7Samples/winui/speech/reco/itn_j.xml
Binary file not shown.
Binary file modified Samples/Win7Samples/winui/speech/reco/jpn_sol.xml
Binary file not shown.

0 comments on commit e3182a2

Please sign in to comment.