Jason, Can you look at the data in the database itself - not through the web2py admin, but through something like the sqlite manager add-on available for FireFox. If it's showing up funny in the *view* it seems that it may be that your computer/web browser isn't displaying things correctly on screen rather than the data itself being incorrectly stored in the database.
Did you try with .encode("utf-8") just to be sure it's hitting the database with proper encoding? ~Brian On Jan 12, 11:25 pm, Jason Brower <encomp...@gmail.com> wrote: > There is no error reported it simple shows different(multiple) > charactors for ÖÄÅ in the view. > I am using sqlight3. > Best Regards, > Jason > > > > On Tue, 2010-01-12 at 06:57 -0800, Brian M wrote: > > Which database are you using? What's the error message you're > > receiving? > > > On Jan 12, 5:06 am, Jason Brower <encomp...@gmail.com> wrote: > > > In importing my file I seem to not be able to import ÄäÖöÅå properly. > > > The file I am pulling from is UTF-8 according to my text editor. Could > > > I be doing something wrong with the import? > > > Best Regards, > > > Jason Brower
-- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web...@googlegroups.com. To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.