Ignore:
Timestamp:
10/01/21 22:46:49 (3 years ago)
Author:
Maciej Komosinski
Message:

Added sstringURLEncode(SString& target) and sstringURLDecode(SString &target)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/util/sstringutils.h

    r973 r1156  
    11// This file is a part of Framsticks SDK.  http://www.framsticks.com/
    2 // Copyright (C) 1999-2020  Maciej Komosinski and Szymon Ulatowski.
     2// Copyright (C) 1999-2021  Maciej Komosinski and Szymon Ulatowski.
    33// See LICENSE.txt for details.
    44
     
    2222const char* skipQuoteString(const char* txt, const char* limit);
    2323int sstringUnquote(SString &target);
     24
     25bool sstringURLEncode(SString& target);
     26bool sstringURLDecode(SString &target);
    2427
    2528int strFindField(const SString& txt, const SString& name, int &end);
Note: See TracChangeset for help on using the changeset viewer.