Hi all

i have an application in django that is used by our academics to apply
for approval for projects

So it will be used by many different people many of whom will be cut
and pasting scientific information from MS Word into text fields in
django forms

Underneath it all is an oracle database (that i can't modify
significantly) this has NLS_NCHAR_CHARACTERSET=AL16UTF16 and
NLS_CHARACTERSET=WE8ISO8859P1.

One of the first 'real life' projects we tested it with had an alpha,
a ™ and a couple of curly apostrophes.

These were rendered as ¿in django and caused an "ORA-24365: error in
character conversion" error when trying to do a select on the oracle
table in sql plus

Any help or pointers (or just somewhere to start googling) would be
gratefully received

Cheers
Charlie

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

Reply via email to