RSS/Atom feed Twitter
Site is read-only, email is disabled

UTF-8 encode copyright symbol for Text Circle script success

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

UTF-8 encode copyright symbol for Text Circle script success DJ 24 May 05:47
  UTF-8 encode copyright symbol for Text Circle script success Sven Neumann 24 May 08:21
  UTF-8 encode copyright symbol for Text Circle script success Kevin Cozens 24 May 18:31
   UTF-8 encode copyright symbol for Text Circle script success DJ 25 May 08:34
DJ
2007-05-24 05:47:58 UTC (over 17 years ago)

UTF-8 encode copyright symbol for Text Circle script success

Hi,

The script, "Text Circle" (Xtns -> Script-Fu -> Logos -> Text Circle) just stops.

I know the problem is the copyright symbol that I put into the text box labeled Text. I know it is executing gimp-text-fontname when it is failing. So how does one encode a special character, like the copyright, for this script, written in Scheme, that requires UTF-8 encoding?

Thank you.

Sven Neumann
2007-05-24 08:21:53 UTC (over 17 years ago)

UTF-8 encode copyright symbol for Text Circle script success

Hi,

On Wed, 2007-05-23 at 22:47 -0500, DJ wrote:

The script, "Text Circle" (Xtns -> Script-Fu -> Logos -> Text Circle) just stops.

I know the problem is the copyright symbol that I put into the text box labeled Text. I know it is executing gimp-text-fontname when it is failing. So how does one encode a special character, like the copyright, for this script, written in Scheme, that requires UTF-8 encoding?

There is no way of doing this in GIMP 2.2. In recent development releases, we have switched the Scheme interpreter to TinyScheme and Script-Fu now supports UTF-8 encoded text. So what you are trying to do will work in GIMP 2.4.

Sven

Kevin Cozens
2007-05-24 18:31:12 UTC (over 17 years ago)

UTF-8 encode copyright symbol for Text Circle script success

On Wed, 2007-05-23 at 22:47 -0500, DJ wrote:

The script, "Text Circle" (Xtns -> Script-Fu -> Logos -> Text Circle) just stops.

[snip]

So how does one encode a special character, like the copyright, for this script, written in Scheme, that requires UTF-8 encoding?

The Script-Fu plug-in which comes with the 2.2 versions of GIMP can't handle UTF-8 coded characters. If you need to do something with UTF-8 coded characters you will need to use a current development version of GIMP or use the Tiny-Fu plug-in.

DJ
2007-05-25 08:34:58 UTC (over 17 years ago)

UTF-8 encode copyright symbol for Text Circle script success

Hi Kevin,

KC> On Wed, 2007-05-23 at 22:47 -0500, DJ wrote:

The script, "Text Circle" (Xtns -> Script-Fu -> Logos -> Text Circle) just stops.

KC> [snip]

So how does one encode a special character, like the

KC> The Script-Fu plug-in which comes with the 2.2 versions of GIMP can't handle KC> UTF-8 coded characters. If you need to do something with UTF-8 coded KC> characters you will need to use a current development version of GIMP or use KC> the Tiny-Fu plug-in.

I compiled on Ubuntu. It was successful, except for python. But I was able to try the "Text Circle" script with the character code I wanted and indeed it works.

Thank you.