The following works as long as the name doesn't contain any accents:
def add(self, name):
provider = model.Provider(name=name)
How do I get this working for the whole character set including é, è,
ñ, etc.?
name=name.encode('UTF-8')
2007/7/3, mar...@sismografo.es <mar...@sismografo.es>:
--
Milton Inostroza Aguilera