Parent Directory
|
Revision Log
|
Patch
| revision 297 by ph10, Sat Dec 29 16:55:59 2007 UTC | revision 298 by ph10, Thu Jan 10 17:09:12 2008 UTC | |
|---|---|---|
| # | Line 378 in UTF-8 mode. */ | Line 378 in UTF-8 mode. */ |
| 378 | ||
| 379 | #define NEXTCHAR(p) \ | #define NEXTCHAR(p) \ |
| 380 | p++; \ | p++; \ |
| 381 | if (utf8) { while((*p & 0xc0) == 0x80) p++; } | if (utf8) { while((*p & 0xc0) == 0x80) p++; } |
| 382 | ||
| 383 | /* Get the next UTF-8 character, not advancing the pointer. This is called when | /* Get the next UTF-8 character, not advancing the pointer. This is called when |
| 384 | we know we are in UTF-8 mode. */ | we know we are in UTF-8 mode. */ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |