counterpart in C++ of C#'s UrlEncodeUnicode
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi how can i achieve the same functionality of UrlEncodeUnicode in MFC i mean the The Unicode string in %uXXXX notation. Thanks
Are you wanting something like
UrlEscape()
orUrlCanonicalize()
?"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
Are you wanting something like
UrlEscape()
orUrlCanonicalize()
?"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons