Subversion Repositories tpanel

Rev

Rev 462 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 462 Rev 486
Line 82... Line 82...
82
 
82
 
83
    TExpat xml(path);
83
    TExpat xml(path);
84
 
84
 
85
    if (!mIsTP5)
85
    if (!mIsTP5)
86
        xml.setEncoding(ENC_CP1250);
86
        xml.setEncoding(ENC_CP1250);
-
 
87
    else
-
 
88
        xml.setEncoding(ENC_UTF8);
87
 
89
 
88
    if (!xml.parse(false))
90
    if (!xml.parse(false))
89
        return;
91
        return;
90
 
92
 
91
    int depth = 0;
93
    int depth = 0;