Age | Commit message (Collapse) | Author |
|
(*caugh* windows *caugh*)
|
|
appropriate headers. bin2cpp now uses those headers to compile correctly
despite having missing filters.
|
|
|
|
|
|
|
|
version header file all programs can now use to determine which version, api
version, and svn revision of libbu++ they're linking against. It doesn't quite
work for windows yet, but it will, eventually.
|
|
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.
|