19 Commits

Author SHA1 Message Date
5a6c97713c Fixed numerous horrific errors that were causing all sorts of problems. This is why you test your code, kids! 2020-07-25 06:05:29 +01:00
d375c38c3f Added substring support to string32, added reverse function to string32, added new replaceAroundSelf and replaceAroundSelfAsym functions, along. Fixed a bug that existed that could've been very bad if not caught. 2020-07-25 05:28:12 +01:00
40d67cec6b Various Updates and Improvements 2020-07-22 00:14:01 +01:00
94060a78c1 Various changes and additions. It's probably a lot worse now. 2020-07-13 21:40:24 +01:00
58d14167a7 Many, many changes added as part of the development of Templ 2020-07-12 21:35:31 +01:00
e85191ee0c Updated the toChar function to return correctly lengthed pointer 2020-07-10 06:00:01 +01:00
656185b113 Now supports string32 splitting 2020-07-10 05:51:07 +01:00
b502cd28f3 Made code more sensible 2020-07-10 04:54:10 +01:00
b19378771b Changed the replace function to now return a value instead of replacing content within itself. 2020-07-10 04:51:18 +01:00
a11d4a6499 General fixes. 2020-07-08 22:57:21 +01:00
2febd5eaf0 Fixed indentation 2020-07-08 18:23:08 +01:00
2e6817f04e Replaced spaces with tabs 2020-07-08 18:22:21 +01:00
61b74efa9c Specified license in utf8.h 2020-07-08 18:20:22 +01:00
0e86497399 Hopefully 2020-07-08 18:18:43 +01:00
904533a75f Added comparison between char32s, added a replace function for string32s 2020-07-08 17:52:01 +01:00
db1a15c8d9 Updated to explicitly use uint32_t rather than unsigned int 2020-07-02 14:03:39 +01:00
ebc8c895c4 Removed unnecessary line. 2020-06-08 10:24:38 +01:00
d2d5502163 Updated code slightly. Updated README.md to have examples. 2020-06-08 10:14:07 +01:00
95a39ef1eb Initial commit of simplistic and bad UTF-8... thing? Written in C++. Stores characters as ints representing the one to four byte UTF8 data. 2020-06-08 09:59:51 +01:00