glethro Posted September 13, 2013 Share Posted September 13, 2013 I'm not a PHP programmer and I have very little experience with PHP in general. However, I've got some code that I believe comes from a php module file. I was wondering if anyone could either explain what it does or provide an equivalent example in a different language (preferably in c or python). sub ASCIItoUnicode { return join('', map {($_, "\0")} split(//, $_[0])); } ... This isn't homework in any way, shape or form. Quote Link to comment Share on other sites More sharing options...
AbraCadaver Posted September 13, 2013 Share Posted September 13, 2013 (edited) ... This isn't homework in any way, shape or form. ... This also isn't PHP in any way, shape or form. Edited September 13, 2013 by AbraCadaver Quote Link to comment Share on other sites More sharing options...
Solution glethro Posted September 13, 2013 Author Solution Share Posted September 13, 2013 haha thanks. probably perl then. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.