mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 00:11:15 +00:00
VentoyPlugson: Fix the garbled preview json for unicode characters.
This commit is contained in:
Binary file not shown.
@@ -99,6 +99,7 @@
|
||||
<ClCompile Include="..\..\..\src\Core\ventoy_json.c" />
|
||||
<ClCompile Include="..\..\..\src\Core\ventoy_log.c" />
|
||||
<ClCompile Include="..\..\..\src\Core\ventoy_md5.c" />
|
||||
<ClCompile Include="..\..\..\src\Core\ventoy_utf.c" />
|
||||
<ClCompile Include="..\..\..\src\Core\ventoy_util.c" />
|
||||
<ClCompile Include="..\..\..\src\Core\ventoy_util_windows.c" />
|
||||
<ClCompile Include="..\..\..\src\Lib\fat_io_lib\fat_access.c" />
|
||||
|
@@ -75,6 +75,9 @@
|
||||
<ClCompile Include="..\..\..\src\main_windows.c">
|
||||
<Filter>源文件</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\Core\ventoy_utf.c">
|
||||
<Filter>源文件</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\src\Core\ventoy_define.h">
|
||||
|
Reference in New Issue
Block a user