[OSM-dev] usernames, keys, and values
Frederik Ramm
frederik at remote.org
Wed Oct 28 14:21:25 GMT 2009
Hi,
Anthony wrote:
> Just took a look at the planet dump code at
> http://svn.openstreetmap.org/applications/utils/planet.osm/C/output_osm.c
>
> In xmlescape(): "} else if ((*in >= 0) && (*in < 32)) {
> escape_tmp[len] = '?'; len++; } else {"
The planet dump code decides what gets *out* (to the planet file), not
what gets in (to the database) and neither what gets out over the API.
If you want to look at code to answer your questions then you should
look at the rails port (/sites/rails_port) which guards the API.
Bye
Frederik
More information about the dev
mailing list