[liblouis-liblouisxml] [liblouis] r788 committed - Add a note on how to migrate tables to utf-8

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Mon, 10 Sep 2012 10:08:36 +0000

Revision: 788
Author:   christian.egli@xxxxxxxxxxxxxx
Date:     Mon Sep 10 03:08:16 2012
Log:      Add a note on how to migrate tables to utf-8

http://code.google.com/p/liblouis/source/detail?r=788

Modified:
 /trunk/ANNOUNCEMENT
 /trunk/NEWS

=======================================
--- /trunk/ANNOUNCEMENT Sun Sep  9 03:19:33 2012
+++ /trunk/ANNOUNCEMENT Mon Sep 10 03:08:16 2012
@@ -27,6 +27,11 @@
 already seen quite a bit of uptake in a number of places, notably the
 new DAISY pipeline will ship with this release of liblouis.

+NOTE: If you have private tables you might want to migrate them to
+utf-8. To do this just use iconv as follows:
+
+  $ iconv -f latin-1 -t utf-8 <input >output
+
 New features
 ~~~~~~~~~~~~~
 * New Braille tables
=======================================
--- /trunk/NEWS Mon Sep 10 02:53:28 2012
+++ /trunk/NEWS Mon Sep 10 03:08:16 2012
@@ -11,6 +11,11 @@
 already seen quite a bit of uptake in a number of places, notably the
 new DAISY pipeline will ship with this release of liblouis.

+NOTE: If you have private tables you might want to migrate them to
+utf-8. To do this just use iconv as follows:
+
+  $ iconv -f latin-1 -t utf-8 <input >output
+
 ** New features
 *** New Braille tables
     - Estonian grade 0, thanks to Jürgen Dengo.

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r788 committed - Add a note on how to migrate tables to utf-8 - liblouis