EPrints Technical Mailing List Archive
Message: #03363
< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First
[EP-tech] Re: Conversion of images, videos into preview/thumbnail versions
- To: eprints-tech@ecs.soton.ac.uk
- Subject: [EP-tech] Re: Conversion of images, videos into preview/thumbnail versions
- From: Jiadi Yao <jy2e08@ecs.soton.ac.uk>
- Date: Thu, 07 Aug 2014 10:42:22 +0100
Hi Jacob, This is to do with the encodings used by the database tables. The latest version of eprints would create tables using UTF-8 encoding, but if you upgraded from an older version of eprints, you may still have the Latin encoding. UTF-8 characters will be messed up if you to save them into the a Latin encoding database table. To check the encoding: SELECT default_character_set_name FROM information_schema.SCHEMATA WHERE schema_name = "eprints_db_name"; If it is not UTF-8, you will need to convert your database tables to UTF-8 encoding manually. (http://stackoverflow.com/questions/6115612/how-to-convert-an-entire-mysql-database-characterset-and-collation-to-utf-8 ) Make sure you backup your database before doing so! Best Jiadi On 07/08/2014 09:57, Jacob Wenzel
wrote:
Perfect, it all works now. -- Jiadi Yao jy2e08@ecs.soton.ac.uk EPrints Services 3081, Building 32 University of Southampton |
- References:
- [EP-tech] Conversion of images, videos into preview/thumbnail versions
- From: Jacob Wenzel <jw@energiakademiet.dk>
- [EP-tech] Re: Conversion of images, videos into preview/thumbnail versions
- From: Sebastien Francois <sf2@ecs.soton.ac.uk>
- [EP-tech] Re: Conversion of images, videos into preview/thumbnail versions
- From: Jiadi Yao <jy2e08@ecs.soton.ac.uk>
- [EP-tech] Re: Conversion of images, videos into preview/thumbnail versions
- From: Jacob Wenzel <jw@energiakademiet.dk>
- [EP-tech] Re: Conversion of images, videos into preview/thumbnail versions
- From: Jacob Wenzel <jw@energiakademiet.dk>
- [EP-tech] Re: Conversion of images, videos into preview/thumbnail versions
- From: Jiadi Yao <jy2e08@ecs.soton.ac.uk>
- [EP-tech] Re: Conversion of images, videos into preview/thumbnail versions
- From: Jacob Wenzel <jw@energiakademiet.dk>
- [EP-tech] Conversion of images, videos into preview/thumbnail versions
- Prev by Date: [EP-tech] Re: Conversion of images, videos into preview/thumbnail versions
- Next by Date: [EP-tech] EPrints Dev Powwow (yesterday)
- Previous by thread: [EP-tech] Re: Conversion of images, videos into preview/thumbnail versions
- Next by thread: [EP-tech] Re: Conversion of images, videos into preview/thumbnail versions
- Index(es):