Re: SQLite, swedish signs

2009-02-10 Thread Karen Tracey
On Tue, Feb 10, 2009 at 2:55 PM, DaSa wrote: > > The traceback: > > Environment: > > Request Method: POST > Request URL: http://127.0.0.1:8000/admin/polls/poll/add/ > Django Version: 1.0.2 final > Python Version: 2.5.3 > [snip] > File "C:\Python25\Lib\site-packages\django\utils\encoding.py" in >

Re: SQLite, swedish signs

2009-02-10 Thread Karen Tracey
On Tue, Feb 10, 2009 at 2:55 PM, DaSa wrote: > > The traceback: > > Environment: > > Request Method: POST > Request URL: http://127.0.0.1:8000/admin/polls/poll/add/ > Django Version: 1.0.2 final > Python Version: 2.5.3 > [snip] > File "C:\Python25\Lib\site-packages\django\utils\encoding.py" in >

Re: SQLite, swedish signs

2009-02-10 Thread DaSa
The traceback: Environment: Request Method: POST Request URL: http://127.0.0.1:8000/admin/polls/poll/add/ Django Version: 1.0.2 final Python Version: 2.5.3 Installed Applications: ['django.contrib.admin', 'django.contrib.admindocs', 'django.contrib.auth', 'django.contrib.contenttypes', 'djan

Re: SQLite, swedish signs

2009-02-07 Thread Karen Tracey
On Sat, Feb 7, 2009 at 6:28 AM, Daniel Sandberg wrote: > > I,am getting the following error message when I,am trying to add a swedish > sign: > "'ascii' codec can't encode character u'\xe4' in position 4: ordinal not > in range(128)" > Please include the full traceback that comes with the error.

SQLite, swedish signs

2009-02-07 Thread Daniel Sandberg
Hi, I have problem with saving special signs (a.g. swedish åäö) in my SQlite database. When I,am reading about Django and the SQLite database it sais it should be possible to use UTF-8 signs. But it does not work for me. I dont't think it is the database settings that is the problem, because I h