DEV Community

Discussion on: [C language] Can you write a string encode function based on this simple decode function?

Collapse
 
jochemstoel profile image
Jochem Stoel

I am not sure. I think most utf8 characters are allowed. Some would have to check the CCProxy documentation to be sure. Can't you tell by the code in my post?

In my case, if a-zA-Z0-9 works then that is all I need.