This is the first pass at adding some commentary to the new(-ish)
functions that support arbitrary storage of 2-D data. Please let me
know if this is on the right track. I think most of the related
functions will have similarly worded explanations, so perhaps it would
be better to document the c
Hi Alan,
that sounds like a good plan.
An alternative would be to use hexadecimal escape codes
(\u...) instead of
non-ASCII7 characters in the source code, but that has the
drawback that
you can not view the UNICODE character anymore.
I will work on this - earliest commit time will be
tomorro
On 2011-01-04 22:03-0800 David MacMahon wrote:
> Hi, Alan and Arjen,
>
> Thanks for your detailed replies. I think the basic answer is that the tkwin
> driver (and corresponding cmake modules?) are not compatible with Snow
> Leopard's Tk. Here's why I say that...
>
> It turns out that cmake wa
Hi, Alan and Arjen,
Thanks for your detailed replies. I think the basic answer is that the tkwin
driver (and corresponding cmake modules?) are not compatible with Snow
Leopard's Tk. Here's why I say that...
It turns out that cmake was finding the right X11, Tcl, and Tk include paths.
The re
On 2010-12-30 09:07+0100 Arjen Markus wrote:
> Hello,
>
> I have found an easy way to solve the UTF-8 problem,
> source -econding utf-8 (not cp1252). But it works
> only for Tcl 8.5, as the [source] command was extended
> with that option then.
Hi Arjen:
It appears from what you have said that T
Hi David,
you could for starters use the following method:
export CFLAGS=-DMAC_TCL
cmake ...
(or make)
That ought to activate the Mac specific code.
Regards,
Arjen
On 2011-01-03 17:36, David MacMahon wrote:
> Thanks, Argen!
>
> I also noticed this when compiling tkwin.c...
>
> drivers/tkw
Hi David,
like Alan I have no access to a Mac, but it certainly is something
we ought to look into. I will have a look and see if I can understand
what needs to be done.
Regards,
Arjen
On 2011-01-03 17:36, David MacMahon wrote:
> Thanks, Argen!
>
> I also noticed this when compiling tkwin.c...