mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02:00
Adds lib-string-utils
This commit is contained in:
20
libraries/lib-string-utils/UrlEncode.h
Normal file
20
libraries/lib-string-utils/UrlEncode.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*!********************************************************************
|
||||
|
||||
Audacity: A Digital Audio Editor
|
||||
|
||||
@file UrlEncode.h
|
||||
@brief Declare a function to perfom URL encoding of a string.
|
||||
|
||||
Dmitry Vedenko
|
||||
**********************************************************************/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace audacity
|
||||
{
|
||||
|
||||
STRING_UTILS_API std::string UrlEncode (const std::string& url);
|
||||
|
||||
}
|
Reference in New Issue
Block a user