How about this?
Qt Code:
QString encoded; for(int i=0;i<string.size();++i) { if(ch.unicode() > 255) else encoded += ch; } return encoded; }To copy to clipboard, switch view to plain text mode
How about this?
Qt Code:
QString encoded; for(int i=0;i<string.size();++i) { if(ch.unicode() > 255) else encoded += ch; } return encoded; }To copy to clipboard, switch view to plain text mode
Neptilo (19th December 2012)
Bookmarks