Subversion Repositories wimsdev

Rev

Rev 8500 | Rev 11125 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8500 Rev 8649
Line 293... Line 293...
293
    if(strlen(p)>=MAX_LINELEN) {*p=0; return;}
293
    if(strlen(p)>=MAX_LINELEN) {*p=0; return;}
294
    p1=find_word_start(p);if(*p1==0) return;
294
    p1=find_word_start(p);if(*p1==0) return;
295
    while(*p1=='+') p1++;
295
    while(*p1=='+') p1++;
296
    if(p1>p) ovlstrcpy(p,p1);
296
    if(p1>p) ovlstrcpy(p,p1);
297
    (void)__replace_badchar(p,"**", "^");
297
    (void)__replace_badchar(p,"**", "^");
-
 
298
    (void)__replace_badchar(p,"\xa0", " ");
298
    if (__replace_badchar(p,"²", "^2 ")) flatpower=1;
299
    if (__replace_badchar(p,"²", "^2 ")) flatpower=1;
299
    if (__replace_badchar(p,"³", "^3 ")) flatpower=1;
300
    if (__replace_badchar(p,"³", "^3 ")) flatpower=1;
300
    unmatch=__replace_abs(p);
301
    unmatch=__replace_abs(p);
301
    __replace_plusminus(p) ;
302
    __replace_plusminus(p) ;
302
    __replace_space(p);
303
    __replace_space(p);