platform_device_id icon indicating copy to clipboard operation
platform_device_id copied to clipboard

Get to the special characters on Windows platform

Open Wyatex opened this issue 3 years ago • 0 comments

Getting a UUID on the Windows platform gets the newline character.

D:\MyData\xxxxx>wmic csproduct get uuid
UUID
5D1DC14B-754E-4797-AFEA-4237AA0F7018


D:\MyData\xxxxx>

So I will get the string contains \r\n\r\n. This causes the program to run incorrectly, so can the library handle the problem?

Wyatex avatar Nov 23 '22 12:11 Wyatex