Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,11 @@ applies to both reading and writing.
True
>>> r.close()


Valid values for encodingErrors are those supported by both `bytes.decode` and `str.encode` in the Python
version being used, e.g. 'strict', 'ignore' or 'replace'
in [CPython 3.9 - 3.14](https://docs.python.org/3/library/stdtypes.html#bytes.decode)
('xmlcharrefreplace' and 'backslashreplace' are only supported by
[`str.encode`](https://docs.python.org/3/library/stdtypes.html#str.encode)).

## Reading Large Shapefiles

Expand Down
Loading
Loading