Changes between Version 1 and Version 2 of TracUnicode
- Timestamp:
- May 10, 2020, 10:54:03 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracUnicode
v1 v2 12 12 Ensure that your [trac:DatabaseBackend database] stores its data in UTF-8, otherwise results may be unpredictable. 13 13 14 To convert your database to UTF-8, the easiest way is to create a dump of the database, convert it into UTF-8, for example using [http ://www.gnu.org/software/libiconv/documentation/libiconv/iconv.1.html iconv], and then re-import it.14 To convert your database to UTF-8, the easiest way is to create a dump of the database, convert it into UTF-8, for example using [https://www.gnu.org/software/libiconv/documentation/libiconv/iconv.1.html iconv], and then re-import it. 15 15 16 16 == Examples