removed special handling of $ in qse_strsubst() as literal $ can be denoted by 11789

This commit is contained in:
2018-04-03 09:33:50 +00:00
parent 5c297d784a
commit 70c787de9f
3 changed files with 42 additions and 12 deletions

View File

@ -950,6 +950,8 @@ QSE_EXPORT qse_size_t qse_wcsxvfmts (
* return buf;
* }
* \endcode
*
* Double dollars($$) translates a single literal dollar sign.
*/
QSE_EXPORT qse_size_t qse_mbsxsubst (
qse_mchar_t* buf,
@ -1023,6 +1025,8 @@ QSE_EXPORT qse_size_t qse_mbsxnsubst (
* return buf;
* }
* \endcode
*
* Double dollars($$) translates a single literal dollar sign.
*/
QSE_EXPORT qse_size_t qse_wcsxsubst (
qse_wchar_t* buf,