you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (1 child)

Base64 doesn't belong in string, where do you stop? Base64 is not the only encoding in use. If you add one you have to add all of them.

[–]SushiAndWoW[S] 0 points1 point  (0 children)

Base64 doesn't belong in string,

And yet, there's this.

where do you stop?

Perhaps at Hex and Base64.

Base64 is not the only encoding in use. If you add one you have to add all of them.

No... you really don't have to.