Handle unicode strings
v0dro opened this issue · 0 comments
v0dro commented
Due to the nature of a C char
data type, Rubex cannot support unicode strings out of the box. A possible approach to supporting unicode can involve defining a new data type and making sure that Ruby strings can implicitly convert into that type without user intervention (something that is supported for char*
currently).