Hi,
I wanted to know if there was a way to have pennmush work with .po files if i use precompiled win32 binaries.
Thx
I wanted to know if there was a way to have pennmush work with .po files if i use precompiled win32 binaries.
Thx
This forum is a read-only archive of the Gammon Software forum (2000–2026). No new posts can be made. Search the archive.
Posted by AnyKind on Fri 05 Mar 2004 09:25 PM — 13 posts, 48,930 views.
} else if (p < pend && isprint(*q)) {
*p++ = *q;
} else if (p < pend && *q >= ' ' ) {
*p++ = *q;