But this problem doesn't happen on Linux, so I suppose that on memory database use cp1252 to store data.
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
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
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,
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 h2-da...@googlegroups.com.
To unsubscribe from this group, send email to h2-database+unsubscribe@googlegroups.com.
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 h2-da...@googlegroups.com.
To unsubscribe from this group, send email to h2-database...@googlegroups.com.
hibernate.hbm2ddl.import_files, so I don't read the files, this tool perhaps read the files and use default encoding when insert data. Perhaps doesn't use file.encoding system parameter, i will investigate this.