On Mon, 2007-02-26 at 00:17 +0200, Julian Daich wrote:
> El dom, 25-02-2007 a las 11:40 +0200, Gilboa Davara escribió:
> 
> > 
> > FYI, IE4sLinux has a beta version that supports IE7. (I've played with
> > it a bit - and it seems to work just fine.)
> > 
> Do you can write nativelly in Hebrew on it without pasting up from other
> application?
> Using ie6 under Wine I have to copy and paste from OpenOffice if I have
> to write in Hebrew. 
> 
> > - Gilboa

Just set the LANG to he_IL.UTF-8.

Apply this patch to that $HOME/bin/ie6 shell script. [1]

===========================
--- ie6.old 2007-02-26 11:46:11.000000000 +0200
+++ ie6 2007-02-26 11:46:21.000000000 +0200
@@ -1,11 +1,11 @@
 #!/usr/bin/env bash
 # IEs 4 Linux script to run ie6 - http://tatanka.com.br/ies4linux
-
-cd
+cd ~
+ENCODING=he_IL.UTF-8
 export WINEPREFIX="/home/gilboa/.ies4linux/ie6"
 if [ -f "/home/gilboa/.ies4linux/ie6/.firstrun" ]; then
    rm "/home/gilboa/.ies4linux/ie6/.firstrun"
-   wine "/home/gilboa/.ies4linux/ie6/drive_c/Program Files/Internet
Explorer/IEXPLORE.EXE" "http://www.tatanka.com.br/ies4linux/ok-en.html";
+   LANG=$ENCODING wine "/home/gilboa/.ies4linux/ie6/drive_c/Program
Files/Internet Explorer/IEXPLORE.EXE"
"http://www.tatanka.com.br/ies4linux/ok-en.html";
 else
-   wine "/home/gilboa/.ies4linux/ie6/drive_c/Program Files/Internet
Explorer/IEXPLORE.EXE" "$@"
+   LANG=$ENCODING wine "/home/gilboa/.ies4linux/ie6/drive_c/Program
Files/Internet Explorer/IEXPLORE.EXE" "$@"
 fi
===========================

- Gilboa
[1]
$ cd ~/bin
$ patch -p < /path/to/patch


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to