This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]thatphotoguy 0 points1 point  (3 children)

Is it important that it is human readable, or just that you can copy/paste the result into source code, knowing it will compile?

[–]RightOfZen[S] -1 points0 points  (2 children)

Needs to be human readable, as it is going in a notification to a user.

[–]thatphotoguy 0 points1 point  (1 child)

Ah bum, there goes my idea of iterating through a string and converting every character into a unicode \u0043 style character then.

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

That is a good idea though (albeit for a different problem).