views:

73

answers:

1

There is a description about a product or event that people would like to share among them. This can be a simple text or rich text too.

They are looking into which format is the best for this purpose. They would like to see compatible with as many phones as possible. We are talking about phones that have Bluetooth.

Also the text is longer than the length of an SMS, so the SMS format is not suitable

What would you recommend?
And what do you think what would be the best way to share that between phones?

+2  A: 

The most simple format would be preferable, so my view is a simple text format using Unicode. My guess is that every handheld device is able to read the simple text format. No style, no color, no font weight, no ... is attached to the simple text format. Boring? Yes! Yet useful.

BennySkogberg
Would that be in a file or what format? And what do you think what would be the best way to share that between phones?
Pentium10
I want to say XML-file, but I've seen Windows operating systems trying to parse XML... so my best guess would be a simple text file with extension .txt (to get Windows recognizing the format, unlike Unix based systems).My second guess (out of the blue) is html. But I'm not sure if every (read old) phone can read html.Great Question though!
BennySkogberg