Discussion Board
-
is it possible to change character encoding with nokia java library
1970-01-01, 02:00
#1
Registered User
Are there any methods that I can use to set the "subject" field
encoding?
In the MMEncoder:
if(m_Message.isSubjectAvailable()) {
m_Out.write(FN_SUBJECT + 0x80);
m_Out.write(m_Message.getSubject().getBytes());
m_Out.write(0x00);
}
is the + 0x80 related to the encoding?
-
RE: is it possible to change character encoding with nokia java library
1970-01-01, 02:00
#2
Nokia Developer Expert
Hi!
There are quite many bugs in the Java library at the moment, but we are preparing a new version quite shortly.
Please see following thread: http://nkn.forum.nokia.com/devrel/threadshow.cfm?mb=7196980017575480&msg=44393747367&page=2
Teemu / Forum Nokia
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules