Be aware some features will not work with variable length utf-8
Ouverte
- Langage dominant
- C
- Étoiles
- 5.6k
- Forks
- 510
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
Important Limitation
SDS does NOT provide UTF-8-aware character operations. For example:
sdslen() returns the byte length, not the character count
sdstrim() works on individual bytes, not UTF-8 grapheme clusters
sdstoupper() and sdstolower() use toupper()/tolower() on individual bytes (lines 783-794), which won't work correctly for UTF-8.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.