Hello and thanks for a very impressiv application. Looks great on my HTC TD2.
However there is a problem for Swedish users. The application ignores to display
our 3 special accented characters which have ASCII values above 127.
That makes the Swedish names for the birds a bit hard to read, every other Swedish
bird name contains one or two of them and most Swedish bird watchers don't know
the English or Latin names. Can it be that text is implemented as "array of signed char"
which makes those values appear negative to the application?
In that case the use of "unsigned char" could eventually solve the problem?
I have a edited the name list to use correct Swedish spelling and you can find a copy at
www.hjeltman.se/filer/sw_names.zip for testing.
If that can be fixed, I can start translate the info text to Swedish, if You like.
I've been developing in C / C++ for a number of years and know that you sometimes
have to take care of those letters with high ASCII values to avoid unwanted "features"
in the finished application but the problem was more frequent in C then
in C++ where you have object oriented text handling.
/Soren