RE: [RFI] octstr_recode
"Oded Arbel" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
-----Original Message----- From: Andreas Fink [mailto:[email protected]] Sent: Wednesday, March 06, 2002 11:08 AM To: Oded Arbel Cc: [email protected] Subject: RE: [RFI] octstr_recode > Well what I'm trying to say is that Kannel should support Unicode receiving but > keyword matching in smsbox against unicode is quite a headake. not so - just convert it to utf-8 and strstr() it. the beauty of utf-8 is that your program does not need to be unicode aware to use that (note : some upper-case/lower-case converters break anything which isn't a-zA-z0-9, in which case you need to rewrite them to support unicode - but this is just lawyer-speak, I don't think we have a problem like that in Kannel). Oded Arbel m-Wise Inc. [email protected] -- "You do what I do, " said Miro. "What's that ?" "You take a breath. You let it out. Then you take another." Ender thought about it for a moment. "I can do that. I've been doing that since I was little." -- Xenocide / Orson Scott Card