Ok, thanks Thomas. I don't know how only happen on windows, the html files that are encoding with utf-8 show well, error messages show well, only the data returned by database has this problems. I use hibernate to populate the database, perhaps the problems are there.
Cheers, Juan 2012/6/29 Thomas Mueller <[email protected]> > Hi, > > > I suppose that memory database use CP1252. > > No, H2 supports Unicode. I am sure this is not a problem within H2. > > > Fileencoding has nothing to do with database. > > Yes. > > > If you having Problems in the > > browser it is most likeley a problem of wron encoding information in > header > > and or html file. > > Yes, or in the servlet / web application, or the web server > configuration. I found it's a relatively common problem to get > encoding problems when using web applications. > > Regards, > Thomas > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/h2-database?hl=en. > > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
