mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2018-07-27 Fred Gleason <fredg@paravelsystems.com>
* Added a 'SaveFile' test method to the web API. * Added a 'SaveString' test method to the web API. * Refactored the multipart-mime parser in 'RDFormPost' to process UTF-8 strings correctly.
This commit is contained in:
@@ -40,6 +40,6 @@ void Xport::ListSystemSettings()
|
||||
//
|
||||
printf("Content-type: application/xml\n\n");
|
||||
printf("<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n");
|
||||
printf("%s\n",(const char *)sys->xml());
|
||||
printf("%s\n",(const char *)sys->xml().utf8());
|
||||
Exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user