Make the RDF stuff always render UTF8

This commit is contained in:
ftang%netscape.com 1998-09-24 09:23:48 +00:00
Родитель 904cbed1fe
Коммит 71860c7c63
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -72,6 +72,7 @@ CHyperTreeFlexTable::CHyperTreeFlexTable(LStream* inStream)
// turn on spring-loading of folders during d&d
mAllowAutoExpand = true;
mTextDrawingStuff.encoding = TextDrawingStuff::eUTF8;
}