Hello, I'm considering using DAL in a desktop application written with wxPython. The problem I've come across is that DAL queries accept and return utf-8 encoded strings. wxPython operates with Unicode strings and I have to convert every string that I send to or get from DAL to Python Unicode format. It is not very convenient.
Can anything be done about it? What would you do? -- Alexei Vinidiktov