Re: [PATCH] Charset generalization - take 1
Jonathan Houser <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Paul,
> Well, I did something. It survives only basic testing, and of course
> not complete yet, but I'll post it here - maybe someone will say
> something.
Ok, I changed it so that the charset Octstr* at the top of
normalize_charset() is defaulted to NULL. Then at the end of
normalize_charset(), I added an 'if (charset)' and
'octstr_destroy(charset);' to take care of that bugger. Other than
that, I left it unchanged and tested it on TagTag with no problem. I'll
have the carrier do the same as their phone is more picky than my
emulator, but it's looking good. Thanks again for the excellent work. :)
Jon