Would you be able to post the sample code that shows this problem? I suspect the corrupt characters are due to a code problem, rather than a font problem. I have just tried this simple test case:
template <class T> class testTemplateArrayOperator
{
public:
T* vector;
T& operator[](int index) const
{
nFooNew = index;
return vector[index];
}
};
and I am not seeing any problems when I use Create From Usage on "nFooNew"