+ 15
Misalignment of output on phone
On pc (even when code is run from code playground) the following code output is aligned correctly. But when run on the phone it is not. (when a room is added it seems to be missing 'wall' characters after it) Is this just a sololearn thing? or is there an error in my code? https://code.sololearn.com/cgG79RwTt05C/?ref=app
10 Answers
+ 16
theres a problem with normal chars used with extended ascii table in playground..
see this..
https://code.sololearn.com/cJa2808aXslS/?ref=app
+ 10
Phew. I thought I had made some mistake somewhere and would have to go back to the drawing board!
+ 9
indeed hmmmm
+ 9
Thanks James!
+ 8
thats cool! Thanks heaps for your answer. I think it is 100% correct. As it seems to span multiple languages.
My code is prematurely public as well. But oh well. I don't know if I will make the final public yet.
+ 8
I will try that! I am also going to take the code to another pc and operating system to make sure it is only happening here
+ 7
hopefully your ok becuase thats a huge code lol, i removed my battery as i want to try and fix it before i make it publicđ
+ 7
goodluck!
+ 6
thinking about it if you change everything to ascii extended char table without using any spaces on the left of your image,this should fix the problem
+ 2
hmm.