namespace PT renamed to pt
This commit is contained in:
@@ -143,7 +143,7 @@ void HttpSimpleParser::ReadName()
|
||||
}
|
||||
|
||||
if( getchar_returns_utf8_chars )
|
||||
PT::UTF8ToWide(utf8_token, last_name);
|
||||
pt::UTF8ToWide(utf8_token, last_name);
|
||||
|
||||
if( last_c == '=' )
|
||||
last_c = GetChar();
|
||||
@@ -173,7 +173,7 @@ void HttpSimpleParser::ReadQuotedValue()
|
||||
}
|
||||
|
||||
if( getchar_returns_utf8_chars )
|
||||
PT::UTF8ToWide(utf8_token, last_value);
|
||||
pt::UTF8ToWide(utf8_token, last_value);
|
||||
|
||||
if( last_c == '"' )
|
||||
last_c = GetChar();
|
||||
@@ -204,7 +204,7 @@ void HttpSimpleParser::ReadNormalValue()
|
||||
}
|
||||
|
||||
if( getchar_returns_utf8_chars )
|
||||
PT::UTF8ToWide(utf8_token, last_value);
|
||||
pt::UTF8ToWide(utf8_token, last_value);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user