Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arrows not showing #4

Open
GoogleCodeExporter opened this issue Mar 19, 2015 · 10 comments
Open

arrows not showing #4

GoogleCodeExporter opened this issue Mar 19, 2015 · 10 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 24 Aug 2010 at 12:21

@GoogleCodeExporter
Copy link
Author

forgot to say im using windows xp sp3
the version of the game is turningsquare_r32.rar
instead of arrows all i get is "?" signs

Original comment by [email protected] on 25 Aug 2010 at 6:42

@GoogleCodeExporter
Copy link
Author

The arrow characters are not in basic Latin character set (0000–007F), but in 
Arrows character set (2190–21FF). Maybe there are two possible reason: one is 
you don't have font with such character set. (I'm using Simplified Chinese XP 
SP3.) Another possibility is there are some bugs in code, for example VB6's 
unicode support are not well in non-Chinese Windows ... I want to make sure 
what situation is. 

Original comment by [email protected] on 29 Aug 2010 at 3:42

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

It's VB6's bug ... the control in VB6 is ANSI control, which can't display such 
a character on non-CJK system :-/ Do you mind me change the arrows to "lrud" ?

Original comment by [email protected] on 29 Aug 2010 at 5:02

@GoogleCodeExporter
Copy link
Author

no

Original comment by [email protected] on 30 Aug 2010 at 2:01

@GoogleCodeExporter
Copy link
Author

So I'll put a workaround first ...

Original comment by [email protected] on 30 Aug 2010 at 2:40

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Forgot to say.This is the best thing a bloxorz passionate like me could 
find.Good job creating the game.I am very thankful.I am very impressed by the 
fact that it builds random levels and can also solve them.Also it would be nice 
if you could add teleporters(just a suggestion).Did you play ice princess?

Original comment by [email protected] on 30 Aug 2010 at 3:56

@GoogleCodeExporter
Copy link
Author

Teleporters? There already have teleporter feature in game. ( the brackets "()" 
) Maybe you mean other type of teleporters... And I haven't heard about Ice 
Princess :-/ I'll try ...

I have uploaded a workaround for this bug, change the arrows to 
"L","R","U","D","S"(Left,Right,Up,Down,Space) but it's not the best solution...

Original comment by [email protected] on 30 Aug 2010 at 5:33

@GoogleCodeExporter
Copy link
Author

i believe i have been kind of offending.i apologize.Search Ice princess bloxorz 
on youtube and you will find some videos.

Original comment by [email protected] on 30 Aug 2010 at 6:30

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Maybe I'll manage to get a copy of Ice Princess to have a try :-)

Original comment by [email protected] on 31 Aug 2010 at 9:01

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant