index
:
libbu++.git
bigchange
main
myriad
System level, general purpose C++ library.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utfstring.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
2011-10-27
Reorg'd! I merged in the release-fixup branch and fixed all random warnings.
Mike Buland
2011-04-07
Pretty sure all utf encoders and decoders are complete and tested.
Mike Buland
2011-04-06
Libbu++ generates it's own system specific config file as well as a fancy
Mike Buland
2011-04-04
UtfString is going really well. It can now parse Utf8, Utf16 (le,be), and
Mike Buland
2011-04-04
I made some awesome progress on the UtfString system, it stores in native utf16
Mike Buland
2011-03-22
We now have a UTF-8 test parser, I'm going to move it into a functor, I think.
Mike Buland
2011-01-20
Made (very) basic progress towards defining UtfString. It's actually going to
Mike Buland
2011-01-20
Wow, got the Stream changes propegated, all tests build with string instead of
Mike Buland
2011-01-20
Bu::FString is now String, and there's a shell script to fix any other programs
Mike Buland
2010-11-19
I now think that this may not work out at all. It looks like if we want proper
Mike Buland