Using CHACO and UNICODE

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mr BigSmoke

    #1

    Using CHACO and UNICODE

    I'm using chaco in an application that draw some grafs and plot. I
    really NEED to write unicode strings as a title (PlotTitle) and
    labels(PlotLabe ls) i my axis. The problem is that chat (and it's
    traits) only allow ascii strings... In the old version of chaco i
    created a new myPlotLabel class, derived from PlotLabel that alowed me
    to write unicode strings... but with the last version of Chaco i wasn't
    able to do that yet!! Someone can help me? Please, it's really
    important for me...

    Thanks, FP

  • Robert Kern

    #2
    Re: Using CHACO and UNICODE

    Mr BigSmoke wrote:[color=blue]
    > I'm using chaco in an application that draw some grafs and plot. I
    > really NEED to write unicode strings as a title (PlotTitle) and
    > labels(PlotLabe ls) i my axis. The problem is that chat (and it's
    > traits) only allow ascii strings... In the old version of chaco i
    > created a new myPlotLabel class, derived from PlotLabel that alowed me
    > to write unicode strings... but with the last version of Chaco i wasn't
    > able to do that yet!! Someone can help me? Please, it's really
    > important for me...[/color]

    You're unlikely to find help here. This is the appropriate list:



    --
    Robert Kern
    robert.kern@gma il.com

    "In the fields of hell where the grass grows high
    Are the graves of dreams allowed to die."
    -- Richard Harter

    Comment

    Working...