This commit is contained in:
2025-12-13 23:10:56 -05:00
parent 225a584a21
commit ee89d8880d

View File

@@ -54,7 +54,7 @@ namespace anm2ed::anm2
{
auto element = document.NewElement("Sound");
element->SetAttribute("Id", id);
auto pathString = path.generic_string();
auto pathString = filesystem::path_to_utf8(path);
element->SetAttribute("Path", pathString.c_str());
return element;
}