Re: Non Unicode chars in SMS text

"Roger Binns" <[email protected]>
Newsgroups gmane.comp.mobile.bitpim.devel
Message-ID <002401c52cc6$5cfa9540$3501a8c0@rogersqyvr14d3>
> Currently, only the Samsung SCH-A650/A670 phones have support for it.

Another challenge for you if you are interested.  Can you see if you
can generate a help page that lists what features are supported by
the various phone models?

This will get you the list of models and what modules correspond to
them:

  import guiwidgets
  pm=guiwidgets.ConfigDialog.phonemodels
  models=pm.keys()
  models.sort()
  for model in models:
     module=__import__(pm[model])
     ... generate output based on inspecting module.Phone etc ...

Make the output look something like this as an HTML table.

          Phonebook  Calendar  Filesystem   SMS  
            R   W      R   W     R   W     R   W

VX4400      Y   Y      Y         Y   Y
Sam650      Y   Y      Y   Y               Y   Y

Generate the output as help/phonefeatures.htd

Roger


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.