diff README.txt @ 157:8fc887cb56d0

Implement iconv support for converting from PSID de-facto latin-1/ISO-8859-* to whatever we are using currently (default to UTF-8). Support for iconv can be turned off via compile-time define (see Makefile).
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 26 Oct 2017 01:46:34 +0300
parents e3be2ae6120e
children da2fbfe18c60
line wrap: on
line diff
--- a/README.txt	Thu Oct 26 01:45:02 2017 +0300
+++ b/README.txt	Thu Oct 26 01:46:34 2017 +0300
@@ -25,6 +25,11 @@
  - th-libs library (included in the tar/zip packages,
    for building from mercurial repo, see "how to build")
 
+ - libiconv (optional, for converting ISO-8859/Latin-1 encoded
+   text used in HVSC SID files and STIL database to whatever
+   character set your system is using, like UTF-8.)
+
+
 For Linux -> Win32/64 cross-compilation I have used the standard
 MinGW packages from Debian Testing (wheezy):