SmartRedis icon indicating copy to clipboard operation
SmartRedis copied to clipboard

Add Unicode support to client interface

Open billschereriii opened this issue 3 years ago • 0 comments

Description

This enables users from all around the world to work in their native language/character set.

Justification

Users from non-English speaking countries will gain access to full character sets

Implementation Strategy

Easiest approach is to add parallel routines to the interface for Unicode support, then push the plumbing all the way through. Making sure that strings are tracked by type will be a good safety feature.

billschereriii avatar Jul 15 '21 15:07 billschereriii