Re: international character sets supported in NCL

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Thu May 08 2014 - 10:30:45 MDT

Frank,

We’ve had a ticket open on this request for some time now, NCL-1168.

Adding these kind of fonts to our database takes a bit of time, and given the number of other tickets we have with higher priority, we haven’t been able to get to this one.

 I've added your email to the request, which will make it “stronger”. If we hear from other users that this is important, then that will help. :-)

Does the work-around of using the H and V function codes not work for you? I know this is a tedious step, but hopefully if you can set a variable equal to the special character you need, then you can use this varaible in your text strings. I have to do the same thing whenever I want a double quote in any string:

dq = str_get_dq()
. . .

res@tiMainString = dq + “This includes a double quote in the main title” + dq

—Mary

On May 7, 2014, at 10:31 PM, Kreienkamp Frank <Frank.Kreienkamp@dwd.de> wrote:

> Hello Mary, Hello Rick,
>
> is there any chance that additional character sets will be included in the next time?
>
> Frank
>
>
> Von: Mary Haley [mailto:haley@ucar.edu]
> Gesendet: Mittwoch, 7. Mai 2014 18:52
> An: Kreienkamp Frank
> Cc: ncl-talk@ucar.edu Talk
> Betreff: Re: [ncl-talk] international character sets supported in NCL
>
> Frank,
>
> Rick is correct. The only way you can get these characters is via function codes.
> Just in case, here's an example that shows how to create many of these types of
> characters, contributed by Mateus da Silva Teixeira from IPMet:
>
> http://www.ncl.ucar.edu/Applications/text.shtml#ex14
>
> --Mary
>
>
> <image001.png>
>
>
> On May 7, 2014, at 9:37 AM, Rick Brownrigg <brownrig@ucar.edu> wrote:
>
> > Hi Frank,
> >
> > I believe it is only ascii that is supported.
> >
> > Rick
> >
> > On May 7, 2014, at 6:09 AM, Kreienkamp Frank <Frank.Kreienkamp@dwd.de> wrote:
> >
> >> Hello,
> >>
> >> Just one question: which international character sets are supported in NCL. Is it just Ascii?
> >>
> >> Supported for me indicates, that I can use the character/string ä in:
> >> txid = gsn_create_text(wks, "[ä]", txres)
> >> without any additional changes.
> >>
> >> The same goes for °C and so on. NOT [~S~o~N~C] and similar work around’s.
> >>
> >> Thanks in advance
> >> Frank
> >>
> >>
> >>
> >> _______________________________________________
> >> ncl-talk mailing list
> >> List instructions, subscriber options, unsubscribe:
> >> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
> >
> > _______________________________________________
> > ncl-talk mailing list
> > List instructions, subscriber options, unsubscribe:
> > http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu May 8 10:30:46 2014

This archive was generated by hypermail 2.1.8 : Fri May 09 2014 - 15:23:17 MDT