aboutsummaryrefslogtreecommitdiff
path: root/lib/python/enigma_python.i
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-08-23 23:53:30 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-08-23 23:53:30 +0000
commite09309bd7f69dbc98f471e28e01e2ad21ab7a757 (patch)
tree21af9921d44c9345cb47a204719f08f4b56aa728 /lib/python/enigma_python.i
parentfaad4b5742736187c288a274a10bc28dd6f96f60 (diff)
downloadenigma2-e09309bd7f69dbc98f471e28e01e2ad21ab7a757.tar.gz
enigma2-e09309bd7f69dbc98f471e28e01e2ad21ab7a757.zip
use uncode for textinput component
Diffstat (limited to 'lib/python/enigma_python.i')
-rw-r--r--lib/python/enigma_python.i10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/python/enigma_python.i b/lib/python/enigma_python.i
index 47d25ae8..103889b9 100644
--- a/lib/python/enigma_python.i
+++ b/lib/python/enigma_python.i
@@ -261,17 +261,7 @@ int getPrevAsciiCode();
void runMainloop();
void quitMainloop(int exit_code);
eApplication *getApplication();
-int isUTF8(const std::string &);
-std::string convertUTF8DVB(const std::string &, int);
-std::string convertDVBUTF8(std::string text, int table);
%{
-
-std::string convertDVBUTF8(std::string text, int table)
-{
- int len = text.length();
- return convertDVBUTF8(len?(unsigned char*)text.c_str():(unsigned char*)"", len, table, 0);
-}
-
RESULT SwigFromPython(ePtr<gPixmap> &result, PyObject *obj)
{
ePtr<gPixmap> *res;