Re: [Gimp-user] Save Layers

2008-05-14 Thread Sven Neumann
Hi, On Tue, 2008-05-13 at 22:48 -0400, Jan Snyder wrote: > Update, I just managed to install Gimp 2.5, which took all day of > fiddling, on fedora 8, and this plugin is included in the upcoming > version. 2.5 is hard to install! 2.5 is not aimed at users. It's the unstable development branch. Ple

[Gimp-user] Script-fu (Scheme) and UTF-8 literals

2008-05-14 Thread Jonathan Dearborn
Hey, I've been having trouble finding how to encode UTF-8 special characters into a string literal in Script-fu. Could someone provide an example of how to hard-code international characters into a string? Specifically, I'm trying to put ascii codes 161 - 255 into a string with each character

Re: [Gimp-user] Script-fu (Scheme) and UTF-8 literals

2008-05-14 Thread Torsten Neuer
Hello, > I've been having trouble finding how to encode UTF-8 special characters > into a string literal in Script-fu. Could someone provide an example of > how to hard-code international characters into a string? The simplest and easiest way is to use a text editor that is capable of switching

Re: [Gimp-user] Save Layers

2008-05-14 Thread Jan Snyder
Oh, with my installation it was very complicated. I know that in Ubuntu there is actually a script someone wrote that not only does the entire installation of 2.5 but downloads it from svn. In fedora 8 I had many troubles installing it from GLIB versions conflicting and finding all of the devel and

Re: [Gimp-user] Script-fu (Scheme) and UTF-8 literals

2008-05-14 Thread Jonathan Dearborn
Do you mean just type them in? That isn't working for me. Wouldn't switching the encoding affect the whole file instead of just a particular string? I'm on WinXP, just using Notepad, which can handle the ascii values I'm using (I was surprised that Dr. Scheme can't, however). Typing them int