MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / xml_encoding get_write_native_encoding

Function xml_encoding get_write_native_encoding

src/pugiXML/pugixml.cpp:2652–2659  ·  view source on GitHub ↗

Output facilities

Source from the content-addressed store, hash-verified

2650
2651 // Output facilities
2652 PUGI__FN xml_encoding get_write_native_encoding()
2653 {
2654 #ifdef PUGIXML_WCHAR_MODE
2655 return get_wchar_encoding();
2656 #else
2657 return encoding_utf8;
2658 #endif
2659 }
2660
2661 PUGI__FN xml_encoding get_write_encoding(xml_encoding encoding)
2662 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected