mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
907 B
Plaintext
20 lines
907 B
Plaintext
*** makedict.cxx.orig Tue Sep 23 19:04:44 1997
|
|
--- makedict.cxx Wed Dec 17 14:03:46 1997
|
|
***************
|
|
*** 274,280 ****
|
|
}
|
|
fputs("nroffchars ().\\\\*\n"
|
|
"texchars ()\\[]{}<\\>\\\\$*.%\n"
|
|
! "wordchars [\\xc0-\\xdf] [\\xe0-\\xff]\n"
|
|
"suffixes\n\n", f);
|
|
|
|
for (int flag = 0; suffixes[flag] != NULL; flag++) {
|
|
--- 274,280 ----
|
|
}
|
|
fputs("nroffchars ().\\\\*\n"
|
|
"texchars ()\\[]{}<\\>\\\\$*.%\n"
|
|
! "wordchars [\\xc1\\xc2\\xd7\\xc7\\xc4\\xc5\\xa3\\xd6\\xda\\xc9\\xca\\xcb\\xcc\\xcd\\xce\\xcf\\xd0\\xd2\\xd3\\xd4\\xd5\\xc6\\xc8\\xc3\\xde\\xdb\\xdd\\xdf\\xd9\\xd8\\xdc\\xc0\\xd1] [\\xe1\\xe2\\xf7\\xe7\\xe4\\xe5\\xb3\\xf6\\xfa\\xe9\\xea\\xeb\\xec\\xed\\xee\\xef\\xf0\\xf2\\xf3\\xf4\\xf5\\xe6\\xe8\\xe3\\xfe\\xfb\\xfd\\xff\\xf9\\xf8\\xfc\\xe0\\xf1]\n"
|
|
"suffixes\n\n", f);
|
|
|
|
for (int flag = 0; suffixes[flag] != NULL; flag++) {
|