by RootCrisis on Tue Jan 01, 2013 12:19 am
([msg=71928]see Re: Programming 2[/msg])
I'm getting a little frustrated. I built a decoder in java that parses the png image, converts it to morse code and maps the morse to characters. I'm getting valid 10 alphanumeric character strings. However, I can't seem to get the challenge to accept any inputs. I'm getting them in before time has expired and I've tried both upper and lower case. Is there a specific format I should use? Should I leave spaces between each character?
-- Mon Dec 31, 2012 11:46 pm --
(facepalm)
I was throwing away the first morse symbol, throwing off the first character by a single dit/dash. Guess I should've worked a little more before posting. Thanks anyway, peoples.