Daniel J. Hofmann
|
bb244e28bb
|
Adds a failing test case for 255 unicode code points
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
|
2016-09-02 16:10:32 +02:00 |
|
Lauren Budorick
|
4c88fe0fb1
|
Add arrival instruction
|
2016-04-05 22:59:14 +02:00 |
|
Emil Tin
|
db06cdb4ce
|
adjust datastore testing
|
2014-10-13 10:58:03 +02:00 |
|
Emil Tin
|
b5bfdb56dc
|
cleanup indentation of cuke files
|
2013-08-29 19:29:13 +02:00 |
|
Emil Tin
|
ec56478a3c
|
cucumber cleanup, removed unused code
|
2012-12-16 13:36:47 +01:00 |
|
Emil Tin
|
1ad274ed2e
|
more reorganizing of tests
|
2012-10-01 13:33:47 +02:00 |
|