jbeder
|
781bec01b3
|
Fixed the emitter unicode output
|
2009-10-07 06:46:05 +00:00 |
|
jbeder
|
7a80506a91
|
Fixed bugs in escape characters (both parsing and emitting)
|
2009-09-07 16:31:23 +00:00 |
|
jbeder
|
903b2d6d5a
|
Converted indexing to std::size_t, and fixed the Node templated overloads to properly index any index type (determining what is an index type is a bit of a hack - it should be is_convertible<T, std::size_t> (I think), but I just explicitly wrote down a list)
|
2009-08-19 20:58:07 +00:00 |
|
jbeder
|
d5d0abfc6b
|
Fixed hex output in emitter (should be always two hex chars)
|
2009-07-26 07:57:22 +00:00 |
|
jbeder
|
876f11e990
|
Merged utf branch changes r178:187 into the trunk
|
2009-07-10 03:10:03 +00:00 |
|
jbeder
|
de96fd8c4c
|
Merged emitter branch into trunk, changes r105:r151
|
2009-05-22 21:52:31 +00:00 |
|