On Mar 12, 2:07 pm, gintare wrote:
> If somebody knows how to answer my questions please let me know. It is
> very urgent.
I did let you know. Django takes care of this sort of thing for you,
as long as you don't deliberately cripple it.
> I will modify code by advice of Daniel as fast as i have
If somebody knows how to answer my questions please let me know. It is
very urgent.
I will modify code by advice of Daniel as fast as i have time =
"never" :)
On Mar 11, 3:43 pm, Daniel Roseman wrote:
> On Mar 11, 1:19 pm,gintare wrote:
>
>
>
> > Hello,
>
> > How to save special characters: å , ö
On Mar 11, 1:19 pm, gintare wrote:
> Hello,
>
> How to save special characters: å , ö, ä...
>
> I tried to write them in browsers input field in several ways:
> å , ö, ä...
> \xc3\xa5 , \xc3\xa4, \xc3\xb6
>
> I am using sqlite syntax for saving
> from HTML tetxtarea
> to the sqlite3 database te
Hello,
How to save special characters: å , ö, ä...
I tried to write them in browsers input field in several ways:
å , ö, ä...
\xc3\xa5 , \xc3\xa4, \xc3\xb6
I am using sqlite syntax for saving
from HTML tetxtarea
to the sqlite3 database textfield:
models.CharField(max_length=500, blank=True
4 matches
Mail list logo