ebarnard / rust-plist

A rusty plist parser.
MIT License
71 stars 42 forks source link

Fix UTF-16 decoding. #7

Closed hfiguiere closed 8 years ago

hfiguiere commented 8 years ago

This fixes a bug in UTF-16 strings in binary plist. Added a test for it.

ebarnard commented 8 years ago

Thanks