explicit engine encoding for unicode

Issue #101 resolved
Former user created an issue

String and Unicode types are capable of performing automatic str/unicode conversions, but allways use utf-8 encoding. It would be wery usefull to be able to specify encoding other than utf-8.

Comments (2)

  1. Former user Account Deleted

    The proposed patch handles encodings on engine level, while some databases (for example MySQL) support different encodings for different tables inside a database (and maybe even different encodings for each column inside the same table).

    I guess, the type itself (String/Unicode) should be extended to support specific encoding, and if not specified to use the engine's encoding.

  2. Log in to comment