v8.0.11
·
43 commits
to v8/develop
since this release
Description
The dkg.py v8.0.11 release adds comprehensive string handling support and includes enhancements for character parsing and encoding.
🚀 Features
- Support for escape characters:
\b,\n,\t,\r, etc. - Support for both single (
') and double (") quotes in strings - Unicode character support (e.g., emojis 😊, Chinese 中文, Cyrillic Кириллица, Japanese 日本語, Korean 한국어, Arabic العربية, etc.)
🐛 Bug fixes
- Fixed publishing crashes, and data corrupition, due to the above mentioned characters