added utf8 to common module, utils for dealing with utf8

This commit is contained in:
ShizZy
2013-09-23 21:46:59 -04:00
parent 511f7b8c10
commit a8c3c2a391
4 changed files with 534 additions and 0 deletions

View File

@ -17,6 +17,7 @@
<ClCompile Include="src\thread.cpp" />
<ClCompile Include="src\timer.cpp" />
<ClCompile Include="src\version.cpp" />
<ClCompile Include="src\utf8.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\atomic.h" />
@ -55,6 +56,7 @@
<ClInclude Include="src\emu_window.h" />
<ClInclude Include="src\platform.h" />
<ClInclude Include="src\swap.h" />
<ClInclude Include="src\utf8.h" />
</ItemGroup>
<ItemGroup>
<None Include="CMakeLists.txt" />