brianmario / charlock_holmes

Character encoding detection, brought to you by ICU
MIT License
1.04k stars 142 forks source link

Change data wrapping to use TypedData #181

Closed tenderlove closed 4 months ago

tenderlove commented 4 months ago

The old Data_* API is deprecated, so this changes us to use the TypedData APIs. Also cleans up some compiler warnings