From: Oleg B. <ph...@ma...> - 2004-11-30 10:23:32
|
On Tue, Nov 30, 2004 at 04:52:02AM -0500, Leif K-Brooks wrote: > I'm working on a database-heavy Web application. I really like > SQLObject's features, so I would like to use it; unfortunately, the lack > of Unicode support is a real problem. I would imagine that this could be > fixed fairly easily by subclassing StrCol, but I'm really not familiar > enough with SQLObject's internals to do it myself. Has anyone else tried We did that, but I cannot show the code - its a part of a commercial program. > that? Are there plans to natively support Unicode in SQLObject 0.6 or later? I don't know of any. And, btw, what is "unicode support"? Before starting to implement "unicode support" we have to understand, what it is. What are your use cases? In what encoding you are going to store strings in the db? Should there be an attribute "encoding" on a column? a table? a database? a db connection? Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |