Support RFC 8142 GeoJSON text sequences

This commit is contained in:
Eric Fischer
2017-04-28 10:41:20 -07:00
parent dc01d33402
commit 63e0c89c4b
8 changed files with 4177 additions and 123 deletions

View File

@ -295,7 +295,7 @@ again:
return NULL;
}
} while (c == ' ' || c == '\t' || c == '\r' || c == '\n');
} while (c == ' ' || c == '\t' || c == '\r' || c == '\n' || c == 0x1E);
/////////////////////////// Arrays