Re: [OctDev] Bug : sym or Pi in GNUoctave

2010-09-13 Thread Tatsuro MATSUOKA
Hello The sentence >The distributions do not have no relationship octave is not correct. "The issue that you have met seem to have no relationship octave itself and the octave-forge project" is proper writing. Sorry for my careless writing. --- Tatsuro MATSUOKA wrote: > Hello > > The iss

Re: [OctDev] Unable to display special characters with accents

2010-09-13 Thread jd.b
Javier Enciso wrote: > Have you tried setting the default code page (810?) to 65001? Thanks, Javier, for your answer ! So I made further investigations, and here are my findings. Using special non 7-bits special characters with Octave 3.2.x MinGW Windows, we must distinguish 2 cases : (A) inter

Re: [OctDev] spatial-econometric toolbox under GPL on octave-forge

2010-09-13 Thread Søren Hauberg
Hi man, 13 09 2010 kl. 10:31 +, skrev Riccardo Corradini: > I obtained the permission from Prof. James LeSage to publish his > toolbox under the same license of GNU Octave (see > http://www.spatial-econometrics.com/). > I will try to fix some incompatibilities between Matlab and GNU > Octave.

Re: [OctDev] Bug : sym or Pi in GNUoctave

2010-09-13 Thread Tatsuro MATSUOKA
Hello The issue what you met is specific to the Fedora distributions. The octave-dev ML list is a place to discuss about the distributions on the octave-forge web site. The octave-forge site distributes thebinaries on the windows and Mac OS X. The distributions do not have no relationship oct

Re: [OctDev] Bug : sym or Pi in GNUoctave

2010-09-13 Thread Digvijay Patankar
On Sun, 2010-09-12 at 20:19 +0200, Martin Helm wrote: > As far as I remeber, if you want to use the symbolic package, the very first > command you have to call is > > symbols > > and after that you are allowed to use the other commands. So what happens if > you do > > symbols > Pi same resul

Re: [OctDev] Bug : sym or Pi in GNUoctave

2010-09-13 Thread Martin Helm
Am Sonntag, 12. September 2010, 11:16:50 schrieb Florent Angly: > Hi, > > The Fedora bug report page is here: > https://bugzilla.redhat.com/buglist.cgi?quicksearch=octave > > I have Fedora 13 as well and was able to reproduce the crash: > Linux bombadil 2.6.34.6-54.fc13.x86_64 #1 SMP Sun Sep 5

[OctDev] spatial-econometric toolbox under GPL on octave-forge

2010-09-13 Thread Riccardo Corradini
Dear octave-forge list, I obtained the permission from Prof. James LeSage to publish his toolbox under the same license of GNU Octave (see http://www.spatial-econometrics.com/). I will try to fix some incompatibilities between Matlab and GNU Octave. Do you allow me to proceed? Thanks Respectfull

Re: [OctDev] Unable to display special characters with accents

2010-09-13 Thread Javier Enciso
Have you tried setting the default code page (810?) to 65001? > dos("chcp 65001"); Javier On 07/09/2010 05:47 p.m., jd.b wrote: > With Octave MinGW32 for Windows versions 3.2.0 to 3.2.4, I'm unable to > display from a script (with "disp" function) special french characters with > accents (l

[OctDev] topological sort

2010-09-13 Thread Paul Dreik
Hi! I needed topological sort for a project and wrote a quick and dirty implementation in octave, since I could not find such functionality among the existing code. I think topological sort would be a good thing to have in octave. *should I add the function to octave-forge? *if so, which package