The OSM spec says "up to 255 full unicode chars", so we should be able to handle 255 x 🐼 --- but we don't. The internal limit is on 255 _bytes_ in the `std::string`, but there can be up to four bytes in a utf8 encoded code point. References: - http://wiki.openstreetmap.org/wiki/API_v0.6#Tags - http://www.fileformat.info/info/unicode/char/1f43c/browsertest.htm - https://en.wikipedia.org/wiki/UTF-8#Description |
||
|---|---|---|
| .. | ||
| bicycle | ||
| car | ||
| foot | ||
| guidance | ||
| nearest | ||
| options | ||
| raster | ||
| step_definitions | ||
| stress | ||
| support | ||
| testbot | ||