1.
Because I want to use a 2 byte character for the name of direction, as translation.The number of characters in the compass string (tools/compassBox.lua) has to remain constant.
So, only one single character can be used for each of the 4 cardinal points.
Could you precise why you need to use 2 or more characters ?
I could try to adapt the code to this special case if this is really a priority...
"2 or more characters" was an example that causes similar behavior as using 2 byte characters under ASCII...
3.
Worked, to do it.
4.
Sorry, I have not let some files updated. I confirmed this is fixed.Problem solved ! The Celestia_edu_1.2.zip file has been updated.
6.
OK. I prefer displaying both Az-Elv and Long-Lat, but more opinions seems to be needed.This is a really valid point. Azimuth and Elevation could refer to the reference/source object, as I did for Longitude and Latitude...
But I'd like to have other user's opinion here about whether or not we should add another string to the compass box...
7.
This seems not to be a serious problem, even it is not needed to be solved, I thinkYes, this happens for a fraction of a second, and only during the first display...
That may come from the time needed by the Lua Hook to be interprated by the Celestia Core...
Hank may confirm and possibly do something here... Even if this doesn't appear to be really annoying, does it ?
8.
That's in my todo list ... I was first thinking about adding a setting window, as I did for the setting of the Time Zone...
But your idea of adding a line to the LANGUAGE.lua locale file is great !
Thanks. I'm looking forward to implementing this in some form.