summaryrefslogtreecommitdiff
path: root/libsi/si.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-05-15 12:32:51 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-05-15 12:32:51 +0200
commitdd9dd76722fac5902b9237d836bb1b7bce9bcbae (patch)
treefde02662db2e21d0b4f414440826ee9c2eb832c2 /libsi/si.h
parentaae02a43daf93e979f536514fde6172de6ba44ff (diff)
downloadvdr-dd9dd76722fac5902b9237d836bb1b7bce9bcbae.tar.gz
vdr-dd9dd76722fac5902b9237d836bb1b7bce9bcbae.tar.bz2
The isSingleByte parameter in the call to getCharacterTable() is deprecated and only present for backwards compatibility
Diffstat (limited to 'libsi/si.h')
-rw-r--r--libsi/si.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libsi/si.h b/libsi/si.h
index aae43f01..02b9cd05 100644
--- a/libsi/si.h
+++ b/libsi/si.h
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: si.h 4.2 2020/05/15 11:31:40 kls Exp $
+ * $Id: si.h 4.3 2020/05/15 12:32:51 kls Exp $
* *
***************************************************************************/
@@ -538,6 +538,7 @@ bool SetSystemCharacterTable(const char *CharacterTable);
// a string indicating that table. If no table can be determined, the
// default ISO6937 is returned. If a table can be determined, the buffer
// and length are adjusted accordingly.
+// The isSingleByte parameter is deprecated and only present for backwards compatibility.
const char *getCharacterTable(const unsigned char *&buffer, int &length, bool *isSingleByte = NULL);
// Copies 'from' to 'to' and converts characters according to 'fromCode', if given.
// Returns the length of the resulting string.