View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0004501 | VTK | (No Category) | public | 2007-02-26 15:10 | 2016-08-12 09:54 | ||||
Reporter | Mathieu Coursolle | ||||||||
Assigned To | Dave DeMarle | ||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | moved | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0004501: vtkTextActor does not allow any encoding, only supports plain ASCII. | ||||||||
Description | Currently, vtkFreeTypeUtilities is used to render text from a vtkTextActor. The string is parsed character by character using a char*. It only supports plain ASCII as it does not allow to use multiple bytes encoding. Therefore, it is not possible to display some french or other europeen characters such as accents. | ||||||||
Tags | No tags attached. | ||||||||
Project | |||||||||
Type | |||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0006564) Sean McBride (developer) 2007-02-26 15:23 |
Until this is properly fixed I have added the warning "Only 7-bit ASCII is allowed (anything else, such as Latin1 or UTF8, is not acceptable)." to the header docs in vtkTextActor.h. /cvsroot/VTK/VTK/Rendering/vtkTextActor.h,v <-- vtkTextActor.h new revision: 1.15; previous revision: 1.14 |
(0022161) Sean McBride (developer) 2010-09-09 10:04 |
This commit made some progress on this issue: http://vtk.org/gitweb?p=VTK.git;a=commit;h=331a44656276882766248c1f8e338434b40226ef [^] author Marco Nolden <m.nolden@dkfz-heidelberg.de> Tue, 29 Jun 2010 14:13:18 +0000 (16:13 +0200) committer Marcus D. Hanwell <marcus.hanwell@kitware.com> Wed, 7 Jul 2010 14:33:06 +0000 (10:33 -0400) commit 331a44656276882766248c1f8e338434b40226ef tree 0fd76b541d8ae1ed8b879227fd023118d4201bf8 tree | snapshot parent b5510d3eb9aff91706820b59516f741698dfa9f7 |
(0024167) tomasz (reporter) 2010-12-15 11:54 |
The documentation is also in error by "This class ... acts as a convenient wrapper for a vtkTextMapper/vtkActor2D pair" It is completely different from vtkTextMapper. |
(0031227) Dave DeMarle (administrator) 2013-07-22 19:24 |
If the bug persists in 6.0.0, please reopen. |
(0036904) Kitware Robot (administrator) 2016-08-12 09:54 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2010-09-09 10:04 | Sean McBride | Note Added: 0022161 | |
2010-09-09 10:04 | Sean McBride | Assigned To | Will Schroeder => |
2010-12-12 22:00 | Source_changeset_attached | => VTK master 289970f9 | |
2010-12-12 22:00 | David Partyka | Source_changeset_attached | => VTK master d2eead14 |
2010-12-15 11:54 | tomasz | Note Added: 0024167 | |
2011-01-13 17:00 | Source_changeset_attached | => VTK master a2bd8391 | |
2011-01-13 17:00 | Source_changeset_attached | => VTK master 020ef709 | |
2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) |
2013-07-22 19:24 | Dave DeMarle | Note Added: 0031227 | |
2013-07-22 19:24 | Dave DeMarle | Status | backlog => expired |
2013-07-22 19:24 | Dave DeMarle | Assigned To | => Dave DeMarle |
2016-08-12 09:54 | Kitware Robot | Note Added: 0036904 | |
2016-08-12 09:54 | Kitware Robot | Status | expired => closed |
2016-08-12 09:54 | Kitware Robot | Resolution | open => moved |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |