1- Data loaded in DB from:
http://leathergallery.com/module/data/sql/products/Products.sql --
includes the phrase "Thinsulate®"

2- Django generic list_detail.object_list fails to render with:
Caught an exception while rendering: Could not decode to UTF-8 column
'product_desc' with text 'Black gauntlet MC gloves with rain mittens
in a zip-closure pocket, reinforced palm and Thinsulate� lining.'

There has to be some encode/re.sub or something I can do on the way
into the DB ... or what ?

This is my first real time using sqlite3.
It doesn't like valid SQL comments, it doesn't like backslashes to
escape chars, etc. -- annoying really.

So, I'm guessing this is another sqlite3 annoyance. I'm an inch away
from just moving to mysql.

-- joe

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to