Thanks Christoph, but I'm sure that in the page I use UTF-8, I have this:
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> But *this problem doesn't happen on Linux*, so I suppose that on memory database use cp1252 to store data. Juan 2012/6/29 Christoph Läubrich <[email protected]> > Fileencoding has nothing to do with database. If you having Problems in > the browser it is most likeley a problem of wron encoding information in > header and or html file. > see > http://en.wikipedia.org/wiki/**Character_encodings_in_HTML<http://en.wikipedia.org/wiki/Character_encodings_in_HTML> > > Am 29.06.2012 03:38, schrieb GardellaJP: > > Hi, >> >> I has an application that in dev enviroment some members use Widnows >> and when generate database we put some characters like "térmico", but >> in the browser it shows "térmico". This doesn't happen on Linux. I >> suppose that memory database use CP1252. >> >> I try http://stackoverflow.com/**questions/361975/setting-the-** >> default-java-character-**encoding<http://stackoverflow.com/questions/361975/setting-the-default-java-character-encoding> >> , >> but doesn't work. Is possible to configure to use UTF-8 in windows? >> >> Cheers, >> Juan >> >> >> > > -- > 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 h2-database+unsubscribe@** > googlegroups.com <h2-database%[email protected]>. > For more options, visit this group at http://groups.google.com/** > group/h2-database?hl=en <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.
