
|
If you were logged in you would be able to see more operations.
|
|
|
| Support Plan Customer Issue: |
No
|
| Resolution Date: |
12/01/06 07:10 AM
|
| Acceptance Test - Add?: |
No
|
|
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.
|
|
Description
|
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. |
Show » |
|
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.