> Ok, I may  summarise the result of Bernhards investigation. It's not the 
> length of the  path and even the spaces seem ok, but there is an issue 
> with "funny  characters" on Windows path names (ie. a path e.g. with an ö 
> like in  Eröffnungen is  broken.)
> 
> cu
> Alexander

I don't suppose this fixes the issue ?

In tcl/file.tcl:
 
proc openBase {name} {
+
+  set name [encoding convertto utf-8 $name]
+


- Steven


      

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to