Differences From Artifact [0e0d84d7fb]:
- File src/unicode.c — part of check-in [942f691b39] at 2024-02-02 16:26:30 on branch fix-overlength-lines — Fix lines over 80 characters long, excluding external source files and @-lines. (user: danield size: 20431)
To Artifact [b8d3117028]:
- File src/unicode.c — part of check-in [7db0a2d910] at 2024-02-02 22:18:57 on branch fix-overlength-lines — Remove trailing whitespace from non-external C files. (user: danield size: 20430) [more...]
| ︙ | |||
238 239 240 241 242 243 244 | 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 | - + |
iLo = iTest+1;
}else{
iHi = iTest-1;
}
}
assert( key>=aDia[iRes] );
if( bComplex==0 && (aChar[iRes] & 0x80) ) return c;
|
| ︙ |