History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GATE-82
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Daniel Henninger
Reporter: Daniel Henninger
Votes: 9
Watchers: 5
Operations

If you were logged in you would be able to see more operations.
IM Gateway

Add ability to set ICQ encoding

Created: 10/05/06 02:43 PM   Updated: 12/01/06 07:10 AM
Component/s: AIM/ICQ Transport
Affects Version/s: 1.0 Beta 3a
Fix Version/s: 1.0 Beta 6

Time Tracking:
Not Specified

Support Plan Customer Issue: No
Resolution Date: 12/01/06 07:10 AM
Acceptance Test - Add?: No


 Description  « Hide
When an ICQ client does not support unicode, it instead supports crackhead encoding. Said encoding requires that each side's client have the same encoding set. (sigh) As a result, I will need to provide a way to let folk choose their local encoding. Server wide.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Daniel Henninger - 10/19/06 07:43 PM
For this I need something that does effectively the following:

if (this string is unicode) {
we like this string, send it on
}
else {
convert this string to unicode, based off a set configured encoding (iso-8859-15 or soemthing like that)
send the converted string on
}

This is possible, but is probably not going to make it into beta 4 as I have more research to do.


Daniel Henninger - 12/01/06 07:10 AM
Thanks to nikitine for fixing this!