From 4060f7d3955aa4783e6b2c6256ea69700e5be0bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 28 Aug 2012 16:36:42 +0000 Subject: GUI-plugin for bidirectional text support think arabic, think hebrew svn path=/trunk/guiplugins/bidi-plugin/; revision=16182 --- README.txt | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..38377cb --- /dev/null +++ b/README.txt @@ -0,0 +1,46 @@ +bidirectional text input support for Pd +======================================= + +while Pd>=0.43 has support for UTF-8 characters, there are still some problems +with text-input of middle-eastern characters, that have a right-to-left text +orientation (hebrew, arabic,...) +this plugin tries to solve this, by fixing the text-orientation for such texts. + + +INSTALLATION +------------ +you will need the tcl-fribidi bindings. +get it from + https://github.com/umlaeute/tcl-fribidi/ +and follow the tcl-fribidi instructions for compiling. +it should be something like: + $ cd tcl-fribidi/ + $ autoconf + $ ./configure + $ make +(note that you need the libfribidi library (dev-package!) installed) +compiling tcl-fribidi should give you these files: + libfribidi0.1.so (version '0.1' might be different) + pkgIndex.tcl +copy these two files into the bidi-plugin/ directory (where you are currently +reading THIS readme.txt) + +finally copy the entire bidi-plugin/ directory into ~/pd-externals/, so you end +up with + ~/pd-externals/bidi-plugin/bidi-plugin.tcl + ~/pd-externals/bidi-plugin/libfribidi0.1.so + ~/pd-externals/bidi-plugin/pkgIndex.tcl + ~/pd-externals/bidi-plugin/README.txt + +now start Pd. +you should see a "loaded: bidi-plugin 0.1" message. + +once you type in hebrew or arabic letters, you should see that they will be +displayed in the correct order. + + + + +AUTHOR +------ +IOhannes m zmölnig -- cgit v1.2.1