11 months ago Geoffrey Sneddon Get rid of tabs default tip
11 months ago Geoffrey Sneddon Remove code for the former PHP6 (now FIRST_UNICODE_IMPLEMENTATION).
2008-05-30 Geoffrey Sneddon Bye-bye unicode.semantics
2008-03-05 Geoffrey Sneddon Known byte order encodings have leading U+FEFF treated as ZWNBSP.
2007-12-22 Geoffrey Sneddon Deal with unpack() oddness.
2007-12-22 Geoffrey Sneddon - Bump version to 0.3-dev.
2007-12-22 Geoffrey Sneddon Added tag 0.2 for changeset ad2d3c455ad9
2007-12-22 Geoffrey Sneddon Commit 0.2 0.2
2007-12-22 Geoffrey Sneddon Removed tag 0.2
2007-12-22 Geoffrey Sneddon Added tag 0.2 for changeset a34a2218cb2d
2007-12-22 Geoffrey Sneddon How naïve my original idea was…
2007-12-22 Geoffrey Sneddon Fix Unicode::from_utf32le()
2007-12-22 Geoffrey Sneddon Fix Unicode::utf32be()
2007-12-22 Geoffrey Sneddon Repeat last two commits for Unicode::from_utf16le()
2007-12-22 Geoffrey Sneddon Fix Unicode::from_utf16be() with unicode_semantics=on
2007-12-22 Geoffrey Sneddon Check parameter type in Unicode::from_utf16be()
2007-12-22 Geoffrey Sneddon Fix Unicode::from_codepoint_array() with unicode_semantics=on
2007-12-22 Geoffrey Sneddon Add specific PHP6 comments
2007-12-22 Geoffrey Sneddon Add Unicode::to_codepoint_array()
2007-12-21 Geoffrey Sneddon Improve comments
2007-12-21 Geoffrey Sneddon Add Unicode::from_codepoint_array(), fix bugs (where $this should be $unicode)
2007-12-21 Geoffrey Sneddon There's no point in using PHP6's unicode functionality to convert a codepoint to byte-sequence when unicode_semantics=Off
2007-11-07 Geoffrey Sneddon Remove needless U_CONV_ERROR_SUBST constants
2007-11-07 Geoffrey Sneddon Improve PHP6 support
2007-11-07 Geoffrey Sneddon Added tag 0.1 for changeset f9253e1f6c03
2007-11-07 Geoffrey Sneddon Commit 0.1 0.1
2007-10-27 Geoffrey Sneddon Go back to testing UTF-8 output
2007-10-27 Geoffrey Sneddon $this should be $unicode
2007-10-26 Geoffrey Sneddon Move method to where it should be
2007-10-26 Geoffrey Sneddon Convert from specific UTF-16 endian version
2007-10-26 Geoffrey Sneddon More UTF-16
2007-10-26 Geoffrey Sneddon To UTF-16LE support, fix one or two endianness issues
2007-10-26 Geoffrey Sneddon Fix method naming
2007-10-26 Geoffrey Sneddon First attempt at UTF-16 support
2007-10-18 Geoffrey Sneddon Just using PHP6's own unicode support would be cleaner
2007-10-18 Geoffrey Sneddon PHP 6 support in Unicode::codepoint_to_utf8() (though it would be nice to have Unicode::binary_chr())
2007-10-18 Geoffrey Sneddon We don't claim to support PHP4, so no need to have this over two lines
2007-10-17 Geoffrey Sneddon Fix Unicode::codepoint_to_utf32be() and Unicode::codepoint_to_utf32le() for PHP6
2007-10-17 Geoffrey Sneddon Remove needless comment
2007-10-17 Geoffrey Sneddon Unicode::to_utf32() PHP6 fix
2007-10-17 Geoffrey Sneddon More PHP6 support
2007-10-10 Geoffrey Sneddon Better UTF-32BE validation on Unicode::__wakeup()
2007-10-09 Geoffrey Sneddon @todo
2007-10-09 Geoffrey Sneddon Remove over-commenting
2007-10-09 Geoffrey Sneddon Comments...
2007-10-09 Geoffrey Sneddon Do no input checking on private methods
2007-10-09 Geoffrey Sneddon Remove interal calls to Unicode::codepoint_to_utf32be() (calling a method is too expensive) and remove a loop
2007-10-09 Geoffrey Sneddon Fix a whole lotta errors
2007-10-09 Geoffrey Sneddon More comments
2007-10-09 Geoffrey Sneddon More docs...
2007-10-09 Geoffrey Sneddon Yet more docs
2007-10-09 Geoffrey Sneddon More docs, more unicode codepoint checks
2007-10-09 Geoffrey Sneddon Move more code to methods
2007-10-09 Geoffrey Sneddon Unify codepoint validity check
2007-10-09 Geoffrey Sneddon Add more UTF-32 stuff
2007-10-09 Geoffrey Sneddon Add comments, check in Unicode::__wakeup() that Unicode::$data is set at all, correct bug in Unicode::__wakeup() with a UTF-32BE binary string of an invalid length, strip leading BOMs, and rename variables to be consistent.
2007-10-09 Geoffrey Sneddon Start properly documenting the code
2007-10-09 Geoffrey Sneddon Make unicode extension methods static
2007-10-09 Geoffrey Sneddon Move over to methods added in last commit
2007-10-09 Geoffrey Sneddon Add Unicode::call_unicode_func() and Unicode::call_unicode_func_array() to call a function with the needed Unicode enviroment settings