Home
last modified time | relevance | path

Searched refs:allowUCS2 (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/liboscar/
H A Doscarmessage.h117 static Message::Encoding encodingForText( const QString& newText, bool allowUCS2 = false );
H A Doscarmessage.cpp214 Message::Encoding Message::encodingForText( const QString& newText, bool allowUCS2 ) in encodingForText() argument
224 encoding = ( allowUCS2 ) ? Message::UCS2 : Message::UserDefined; in encodingForText()
/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/
H A Doscarcontact.cpp531 …bool allowUCS2 = !isOnline() || !(m_details.userClass() & Oscar::CLASS_ICQ) || m_details.hasCap( C… in slotSendMsg() local
532 msg.setText( Oscar::Message::encodingForText( rtfText, allowUCS2 ), rtfText, contactCodec() ); in slotSendMsg()