praekelt / vumi-message-store

A persistent store for vumi messages.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Unicode consistency and tests #22

Open JayH5 opened 9 years ago

JayH5 commented 9 years ago

Currently our test coverage for unicode character support is not great. Also, some things support unicode characters and some don't.

For example messages, events, and addresses in the batch info cache support unicode characters but only some of them have tests to verify this. Batch IDs in the batch info cache do not currently support unicode characters.

jerith commented 9 years ago

Batch identifiers are always UUIDs, so we can assume they're ASCII-compatible.