help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PCRE supposedly no UTF support


From: PhilipNienhuis
Subject: Re: PCRE supposedly no UTF support
Date: Fri, 8 Nov 2013 07:32:40 -0800 (PST)

ahowe42 wrote
> Thanks; I will try to recompile Octave 3.6.2  However, I still don't see
> how
> you think it's irrelevant that if I call java_invoke directly from Octave
> (like in questdlg):/ret = java_invoke ('org.octave.JDialogBox',
> 'questdlg',
> 'question'); 

Again: java_invoke is meant to invoke Java methods. 
questdlg() is an Octave function, not a Java method.

You can't execute Octave functions in Java, much like you can't execute
e.g., MS-Word macros in C++ (and even if C++ would seem to accept them, I
wouldn't rely on acceptable results).

Philip



--
View this message in context: 
http://octave.1599824.n4.nabble.com/PCRE-supposedly-no-UTF-support-tp4658627p4658949.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]