Windows doesn't really have an environment variable for setting the language. You can check the locale loading proc in pd-gui.tcl. I think renaming the po dir might work, but I'm not sure.
This seems like a character encoding issue for sure, although I'm not sure what we changed that would have introduced it as, I believe, the translation files were included in the previous vanilla releases as well...
On Jul 25, 2017, at 7:34 AM, pd-list-request@lists.iem.at wrote:
From: oliver <oliver@klingt.org mailto:oliver@klingt.org> Subject: Re: [PD] 048-test5 > w32 strange chars Date: July 25, 2017 at 7:33:58 AM GMT+2 To: "pd-list@lists.iem.at mailto:pd-list@lists.iem.at" <pd-list@mail.iem.at mailto:pd-list@mail.iem.at>
Lucas Cordiviola wrote:
I just tried on a virtual machine running on Oracle's https://www.virtualbox.org/wiki/Downloads https://www.virtualbox.org/wiki/Downloads
I never tried on linux but surely it works on a machine with at least 4GB of ram. It might be boring setting up the windows vm.
I"m getting the same "strange chars" as in a real machine, on the cmd prompt and in the input/output devices.
can confirm this on
Windows 7 (64bit), PD 0.48 test 5
btw: how do i explicitly set PD's language ? can i just remove the "po" folder if i want english ?
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
I think renaming the po dir might work
perfect, that works! :-) I'm pretty relieved now.
Gesendet: Dienstag, 25. Juli 2017 um 09:55 Uhr Von: "Dan Wilcox" danomatika@gmail.com An: oliver oliver@klingt.org Cc: Pd-List pd-list@lists.iem.at Betreff: Re: [PD] 048-test5 > w32 strange chars
Windows doesn't really have an environment variable for setting the language. You can check the locale loading proc in pd-gui.tcl. I think renaming the po dir might work, but I'm not sure. This seems like a character encoding issue for sure, although I'm not sure what we changed that would have introduced it as, I believe, the translation files were included in the previous vanilla releases as well...
On Jul 25, 2017, at 7:34 AM, pd-list-request@lists.iem.at[mailto:pd-list-request@lists.iem.at] wrote:
From: oliver <oliver@klingt.org[mailto:oliver@klingt.org]> Subject: Re: [PD] 048-test5 > w32 strange chars Date: July 25, 2017 at 7:33:58 AM GMT+2 To: "pd-list@lists.iem.at[mailto:pd-list@lists.iem.at]" <pd-list@mail.iem.at[mailto:pd-list@mail.iem.at]>
Lucas Cordiviola wrote:I just tried on a virtual machine running on Oracle's https://www.virtualbox.org/wiki/Downloads%5Bhttps://www.virtualbox.org/wiki/...]
I never tried on linux but surely it works on a machine with at least 4GB of ram. It might be boring setting up the windows vm.
I"m getting the same "strange chars" as in a real machine, on the cmd prompt and in the input/output devices. can confirm this on
Windows 7 (64bit), PD 0.48 test 5
btw: how do i explicitly set PD's language ? can i just remove the "po" folder if i want english ?
Dan Wilcox @danomatika[http://twitter.com/danomatika] danomatika.com[http://danomatika.com] robotcowboy.com[http://robotcowboy.com] _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list%5Bhttps://lists.puredata.info/l...]
Well, it's not a *real* fix but just confirms the issue is with loading translations.
On Jul 25, 2017, at 10:16 AM, Christof Ressi christof.ressi@gmx.at wrote:
I think renaming the po dir might work
perfect, that works! :-) I'm pretty relieved now.
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
ah sorry, I was only relating to oliver's question if it's possible to change Pd back to english (I can't stand using Pd in German).
Gesendet: Dienstag, 25. Juli 2017 um 10:18 Uhr Von: "Dan Wilcox" danomatika@gmail.com An: "Christof Ressi" christof.ressi@gmx.at Cc: oliver oliver@klingt.org, Pd-List pd-list@lists.iem.at Betreff: Re: [PD] 048-test5 > w32 strange chars
Well, it's not a *real* fix but just confirms the issue is with loading translations.
On Jul 25, 2017, at 10:16 AM, Christof Ressi <christof.ressi@gmx.at[mailto:christof.ressi@gmx.at]> wrote:
I think renaming the po dir might work perfect, that works! :-) I'm pretty relieved now.
Dan Wilcox @danomatika[http://twitter.com/danomatika] danomatika.com[http://danomatika.com] robotcowboy.com[http://robotcowboy.com]
In looking in the pd-gui.tcl, we do check for the LANG environment variable on Windows. You could make a batch script wrapper to launch pd. Maybe something like:
SET LANG="en_US.UTF-8" start "pd.exe"
Put the in a file in the bin folder with pd.exe and name it something like "PdStart.bat" or whatever. Then double click that instead of the pd.exe. It should override the system locale settings this way without having to remove or rename the po folder.
Let me know if that works and I can add the info to the po/README.txt.
On Jul 25, 2017, at 10:53 AM, Christof Ressi christof.ressi@gmx.at wrote:
ah sorry, I was only relating to oliver's question if it's possible to change Pd back to english (I can't stand using Pd in German).
Gesendet: Dienstag, 25. Juli 2017 um 10:18 Uhr Von: "Dan Wilcox" danomatika@gmail.com An: "Christof Ressi" christof.ressi@gmx.at Cc: oliver oliver@klingt.org, Pd-List pd-list@lists.iem.at Betreff: Re: [PD] 048-test5 > w32 strange chars
Well, it's not a *real* fix but just confirms the issue is with loading translations.
On Jul 25, 2017, at 10:16 AM, Christof Ressi <christof.ressi@gmx.at[mailto:christof.ressi@gmx.at]> wrote:
I think renaming the po dir might work perfect, that works! :-) I'm pretty relieved now.
Dan Wilcox @danomatika[http://twitter.com/danomatika] danomatika.com[http://danomatika.com] robotcowboy.com[http://robotcowboy.com]
Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
the last line must be:
start "" "pd.exe"
(see Marshall's answer in https://stackoverflow.com/questions/324539/how-can-i-run-a-program-from-a-ba... )
then it works, thanks!
Christof
PS: just renaming 'po' is easier, though :-p.
Gesendet: Dienstag, 25. Juli 2017 um 10:59 Uhr Von: "Dan Wilcox" danomatika@gmail.com An: "Christof Ressi" christof.ressi@gmx.at Cc: oliver oliver@klingt.org, Pd-List pd-list@lists.iem.at Betreff: Re: [PD] 048-test5 > w32 strange chars
In looking in the pd-gui.tcl, we do check for the LANG environment variable on Windows. You could make a batch script wrapper to launch pd. Maybe something like: SET LANG="en_US.UTF-8" start "pd.exe" Put the in a file in the bin folder with pd.exe and name it something like "PdStart.bat" or whatever. Then double click that instead of the pd.exe. It should override the system locale settings this way without having to remove or rename the po folder. Let me know if that works and I can add the info to the po/README.txt.
On Jul 25, 2017, at 10:53 AM, Christof Ressi <christof.ressi@gmx.at[mailto:christof.ressi@gmx.at]> wrote:
ah sorry, I was only relating to oliver's question if it's possible to change Pd back to english (I can't stand using Pd in German).
Gesendet: Dienstag, 25. Juli 2017 um 10:18 Uhr Von: "Dan Wilcox" <danomatika@gmail.com[mailto:danomatika@gmail.com]> An: "Christof Ressi" <christof.ressi@gmx.at[mailto:christof.ressi@gmx.at]> Cc: oliver <oliver@klingt.org[mailto:oliver@klingt.org]>, Pd-List <pd-list@lists.iem.at[mailto:pd-list@lists.iem.at]> Betreff: Re: [PD] 048-test5 > w32 strange chars
Well, it's not a *real* fix but just confirms the issue is with loading translations.
On Jul 25, 2017, at 10:16 AM, Christof Ressi <christof.ressi@gmx.at[mailto:christof.ressi@gmx.at][mailto:christof.ressi@gmx.at[mailto:christof.ressi@gmx.at]]> wrote:
I think renaming the po dir might work perfect, that works! :-) I'm pretty relieved now.
Dan Wilcox @danomatika[http://twitter.com/danomatika%5Bhttp://twitter.com/danomatika]] danomatika.com[http://danomatika.com][http://danomatika.com%5Bhttp://danomatika.com]] robotcowboy.com[http://robotcowboy.com][http://robotcowboy.com%5Bhttp://robotcowboy.com]]
Dan Wilcox @danomatika[http://twitter.com/danomatika] danomatika.com[http://danomatika.com] robotcowboy.com[http://robotcowboy.com]