Dane Springmeyer
|
17d13cff67
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
|
kunitoki
|
eb13c8c6be
|
- another bunch of coding style fixes in includes
|
2011-10-23 16:09:47 +02:00 |
|
kunitoki
|
f1fb0c1939
|
- fix copyright to 2011 (script to do this will follow)
|
2011-10-23 15:04:25 +02:00 |
|
Artem Pavlenko
|
b543d7f1f4
|
+ add optional length parameter to allow
passing not-null terminated char strings
|
2011-03-16 13:31:56 +00:00 |
|
Artem Pavlenko
|
246731874b
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
|
Artem Pavlenko
|
950cfb8473
|
+ add missing MAPNIK_DECL
|
2009-02-12 14:33:00 +00:00 |
|
Artem Pavlenko
|
8839d9fd3f
|
+ add <string>
|
2009-02-11 17:09:56 +00:00 |
|
Artem Pavlenko
|
3f9127b5d0
|
reverting back to 700
|
2008-06-29 10:58:29 +00:00 |
|
Artem Pavlenko
|
3275cf9ce6
|
applied font fallbacj patch from Beau Gunderson
|
2008-06-29 10:40:08 +00:00 |
|
Artem Pavlenko
|
308e315432
|
added Unicode support based on ICU
|
2008-02-18 21:40:34 +00:00 |
|
Artem Pavlenko
|
0390f129a1
|
refactored transcoder stuff
|
2008-01-03 11:41:00 +00:00 |
|
Artem Pavlenko
|
171675dfcf
|
1. added external "C" around <iconv.h>
2. direct conversion from client_encoding to UCS-4{LE,BE}
|
2007-11-16 13:19:09 +00:00 |
|
Artem Pavlenko
|
f736196cb4
|
1. image_data.hpp - fixed mismatched new/new[] in ctor in ImageData
2. image_data.hpp - initialize image data (ImageData)
3. unicode.hpp - added missing <iostream> when in debug -DMAPNIK_DEBUG
|
2007-10-11 21:18:04 +00:00 |
|
David
|
3c97052c5e
|
- more include order reversion
|
2007-10-08 18:10:31 +00:00 |
|
svn
|
63ca9a0b41
|
use non const char* on Linux
|
2007-09-01 09:48:01 +00:00 |
|
Artem Pavlenko
|
edb4150b33
|
restored iconv support
|
2007-08-29 15:21:32 +00:00 |
|
Artem Pavlenko
|
ef42640476
|
applied patch from jonb to use calloc instead of malloc (allocating fribidi buffer)
|
2007-05-15 22:20:18 +00:00 |
|
Artem Pavlenko
|
e0d243dcec
|
1.Added support for building on Darwin (Xcode 2.4.1, gcc4.0.1).
Mainly taming gcc4.0.1 (anonymous enum bug)
2.Input plug-ins now have .input extension on all platforms
|
2007-03-16 10:11:37 +00:00 |
|
Artem Pavlenko
|
13dd535d6c
|
check strings size before applying bidi.
|
2007-02-26 12:42:10 +00:00 |
|
Artem Pavlenko
|
2d256166b4
|
Store text attributes as USC-2 encoded std::wstring
|
2007-02-14 19:54:39 +00:00 |
|
Artem Pavlenko
|
e016bd61f8
|
Added transcoder based on iconv. Internally we use UCS-2 at the moment.
* Postgis plug-in determines encoding by querying 'client_encoding' parameter (libpq).
* Shapfiles (dbf!) don't store character encoding information. Users can apply 'encoding' parameter at datasource creation stage (defaults to Latin1 (ISO-8859-1))
* Raster plug-in utf-8
|
2007-02-06 14:27:21 +00:00 |
|
Artem Pavlenko
|
dee8851b26
|
added support for right to left languages by using
the fribidi library (patch from Ehud Shabtai, thanks!)
|
2006-12-17 11:56:57 +00:00 |
|
Artem Pavlenko
|
1c5eeb19af
|
added basic support for unicode string
|
2006-11-22 22:01:37 +00:00 |
|