glob3mobile / g3m

The multiplatform advanced visualization framework
http://www.glob3mobile.com/
Other
116 stars 56 forks source link

unicode character issue #163

Closed krisoft closed 8 years ago

krisoft commented 8 years ago

Apparently one of the minus characters in the Vector2D comments is a unicode character. (hex E28892) This character caused issues with android studio on windows. We propose to change it to the plain ASCII minus character. (hex 2D)

( We are trying to break up the gigantic #153 pull request into semantically atomic issues to make it easier to process. This pull request is the first such a breakout. )

DiegoGomezDeck commented 8 years ago

Hi @krisoft Looks good, please run the translator and I'm gonna merge it asap.

krisoft commented 8 years ago

Thank you @DiegoGomezDeck I have run the translator. It looks like all is clear.

DiegoGomezDeck commented 8 years ago

@krisoft done!