On Tue, Mar 30, 2010 at 12:47 PM, Pete Morgan <ac...@daffodil.uk.com> wrote:
> I'm playing with an MP map, and have bumped into some issues with
> callsign's containing strange characters (can mess with json encoding).
>
> Should the callsign not be restricted to the characters "-" and 0-9,
> a-z, A-Z ?
>
> recent notable examples online
>
> $bling%
> $%^
>
> kind regards
> pete
>

As James has stated, user data should be escaped and made sane.

I don't see a reason to allow why a-z should be allowed either. At
least, it should be converted to upper case for consistency

Regards


George

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to