]> icculus.org git repositories - divverent/darkplaces.git/history - utf8lib.c
cvar saving: do not save all ALLOCATED cvars (seta), only save all cvars that were...
[divverent/darkplaces.git] / utf8lib.c
2010-11-28 divverentstrlennocol: fix color codes :P
2010-09-25 divverentFix again u8_COM_StringLengthNoColors returning always...
2010-09-04 divverentclean up u8_StringLengthNoColors
2010-09-04 divverentFix u8_COM_StringLengthNoColors not counting many ASCII...
2010-01-20 divverentfix typo in utf8 lib making characters U+1XXXX impossible
2009-12-30 blubget rid of a warning
2009-12-30 divverentfix alignment of fps counter with ft2 fonts, and other...
2009-12-29 blubusing tables for u8_analyze to speed it up
2009-12-29 divverentfactor out the non-utf8 part of u8_get*char into macros
2009-12-28 blubfixed an inconsistency in u8_analyze
2009-12-27 blubwith utf8 disabled, u8_byteofs must still behave correc...
2009-12-26 blubset the unicode value to 0 if no value exists, also...
2009-12-25 blubu8_get{n,}char should advance the end-ptr even if no...
2009-12-25 blub'<=' fail: '< 0xC2' means invalid '== 0xC2' does not...
2009-12-25 blubfix u8_COM_StringLengthNoColors the same way other...
2009-12-25 divverentutf8: add VM_sprintf support
2009-12-23 divverentmake utf8 functions safer: give them a size limit in...
2009-12-23 blub... forgot to add the files, I'm too used to git now :P