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 _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

