You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (ch>127) {
/* 160 or 0xA0 or octal 240 is "latin1 non-breaking space" * but is treated as a space in mysql. */if (ch==160) {
fnptr=parse_white;
} else {
fnptr=parse_word;
}
} else {
replace to remove this logic.
The text was updated successfully, but these errors were encountered:
this was hacked in a while ago:
replace to remove this logic.
The text was updated successfully, but these errors were encountered: