aboutsummaryrefslogtreecommitdiff
path: root/src/tests/utf.cpp (follow)
AgeCommit message (Collapse)Author
2011-10-27Reorg'd! I merged in the release-fixup branch and fixed all random warnings.Mike Buland
I also cleaned up the build script, the symlink generation is faster and looks nicer, there's one think left to fix there, but it's not too bad.
2011-04-07Pretty sure all utf encoders and decoders are complete and tested.Mike Buland
2011-04-04I made some awesome progress on the UtfString system, it stores in native utf16Mike Buland
encoding to make things easier (little endian in our case). It can currently read utf8 and utf16be, but not BOM. It will give you full unicode code points instead of the raw utf16 values, which is pretty slick.
2011-03-22We now have a UTF-8 test parser, I'm going to move it into a functor, I think.Mike Buland