Hi~
i'm using pocketbook pro 902.
i think fbreader180 have spacing & tab bug...
For example;
C code
Code:
typedef struct aws {
int Y;
int M;
int D;
int H;
double direction;
double speed;
double temp;
}AWS;
And
Fortran code
Code:
c for Feb. 2010 ~ Mar. 2010
c birthday Mar. 4th
c reference is birtyday
day1 = 22.
day2 = 32.
birthday = 34. + 22./24.
c day3 is my birthday format m.d
day3 = 3.4
not recognize tab & spacing
my 902 viewing
Quote:
typedef struct aws {
int Y;
int M;
int D;
int H;
double direction;
double speed;
double temp;
}AWS;
|
And
Quote:
c for Feb. 2010 ~ Mar. 2010
c birthday Mar. 4th
c reference is birtyday
day1 = 22.
day2 = 32.
birthday = 34. + 22./24.
c day3 is my birthday format m.d
day3 = 3.4
|
any one solve this bug??