https://github.com/atpalmer-python/utf8string
Bytes subclass for representing UTF-8 strings
https://github.com/atpalmer-python/utf8string
Last synced: 3 months ago
JSON representation
Bytes subclass for representing UTF-8 strings
- Host: GitHub
- URL: https://github.com/atpalmer-python/utf8string
- Owner: atpalmer-python
- Created: 2022-01-24T18:57:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T19:07:36.000Z (over 3 years ago)
- Last Synced: 2025-01-24T22:43:12.059Z (5 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# utf8string Module
This package includes the `utf8` type, a subclass of the built-in `bytes` type, which may be used to represent UTF-8-encoded strings.