[vtk-developers] unicode stuff in VTK
Timothy M. Shead
tshead at sandia.gov
Mon Mar 9 11:18:04 EDT 2009
Mathieu Malaterre wrote:
> Hi there,
>
> This is great to see some unicode handling in VTK. However looking
> at the comited code:
>
> http://public.kitware.com/cgi-bin/viewcvs.cgi/Utilities/utf8/source/utf8/core.h?r1=1.1&r2=1.1.2.1
>
> I see this:
>
> typedef unsigned int uint32_t;
>
> Could someone add some tests on 64bits machine :)
>
> Thanks,
This is fixed in CVS, thanks for the heads-up.
For those interested, the proposed VTK Unicode support consists of
"vtkUnicodeString" and "vtkUnicodeStringArray" classes, which were
recently committed to the ParaView-Annotation branch (i.e. they're not
part of 5.4).
The code in question is an internal implementation detail that we are
using for UTF-8 and UTF-16 support.
Cheers,
Tim
--
Timothy M. Shead
Data Analysis & Visualization (1424)
Sandia National Laboratories
505-284-0139
More information about the vtk-developers
mailing list