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

2008-05-17 Thread Jonathan Dearborn
. Thanks again, Jonny D From: [EMAIL PROTECTED] To: gimp-user@lists.xcf.berkeley.edu Subject: Re: [Gimp-user] Script-fu (Scheme) and UTF-8 literals Date: Fri, 16 May 2008 18:31:20 +0200 CC: [EMAIL PROTECTED] Hi, I tried using Emacs, but changing the encoding didn't affect anything

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

2008-05-16 Thread Jonathan Dearborn
. I tried using Emacs, but changing the encoding didn't affect anything. Thanks, Jonny D From: [EMAIL PROTECTED] To: gimp-user@lists.xcf.berkeley.edu Subject: Re: [Gimp-user] Script-fu (Scheme) and UTF-8 literals Date: Thu, 15 May 2008 10:46:41 +0200 CC: [EMAIL PROTECTED] Hi, Do you

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

2008-05-16 Thread Torsten Neuer
Hi, I tried using Emacs, but changing the encoding didn't affect anything. Just loading the file, changing the encoding and saving it again won't do anything. The encoding switches are meant for newly entered text. That means that you will have to re-enter the characters with the UTF-8

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

2008-05-15 Thread Sven Neumann
Hi, just use a proper editor. Emacs is available for free and it supports UTF-8 and syntax highlighting for the Scheme language. Sven ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU

[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

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] Script-fu (Scheme) and UTF-8 literals

2008-05-14 Thread Jonathan Dearborn
that you know of? Thanks for your help, Jonny D From: [EMAIL PROTECTED] To: gimp-user@lists.xcf.berkeley.edu Date: Wed, 14 May 2008 16:28:25 +0200 Subject: Re: [Gimp-user] Script-fu (Scheme) and UTF-8 literals Hello, I've been having trouble finding how to encode UTF-8 special