parent
2bde567347
commit
3e899d0203
1 changed files with 3 additions and 3 deletions
|
|
@ -88,7 +88,7 @@ delete(void)
|
||||||
SETBIT(t, c);
|
SETBIT(t, c);
|
||||||
}
|
}
|
||||||
|
|
||||||
last = 0x10000;
|
last = Runemax+1;
|
||||||
while (readrune(0, &c) > 0) {
|
while (readrune(0, &c) > 0) {
|
||||||
if(!BITSET(f, c) && (c != last || !BITSET(t,c))) {
|
if(!BITSET(f, c) && (c != last || !BITSET(t,c))) {
|
||||||
last = c;
|
last = c;
|
||||||
|
|
@ -128,7 +128,7 @@ complement(void)
|
||||||
else p[i] = i;
|
else p[i] = i;
|
||||||
}
|
}
|
||||||
if (sflag){
|
if (sflag){
|
||||||
lastc = 0x10000;
|
lastc = Runemax+1;
|
||||||
while (readrune(0, &from) > 0) {
|
while (readrune(0, &from) > 0) {
|
||||||
if (from > high)
|
if (from > high)
|
||||||
from = to;
|
from = to;
|
||||||
|
|
@ -182,7 +182,7 @@ translit(void)
|
||||||
SETBIT(t,to);
|
SETBIT(t,to);
|
||||||
}
|
}
|
||||||
if (sflag){
|
if (sflag){
|
||||||
lastc = 0x10000;
|
lastc = Runemax+1;
|
||||||
while (readrune(0, &from) > 0) {
|
while (readrune(0, &from) > 0) {
|
||||||
if (from <= high)
|
if (from <= high)
|
||||||
from = p[from];
|
from = p[from];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue