24 Commits

Author SHA1 Message Date
e85191ee0c Updated the toChar function to return correctly lengthed pointer 2020-07-10 06:00:01 +01:00
a866bb6388 Updated Makefile to not default to install. 2020-07-10 05:51:59 +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
388994122d I don't like git 2020-07-09 20:33:23 +01:00
f8f3f2f59b Updated Makefile... again 2020-07-09 20:32:44 +01:00
1fa905f0da Updated to respect DESTDIR 2020-07-09 00:27:15 +01:00
0dc921fa74 Oopsie Woopsie specified the wrong folder ehehe~ 2020-07-08 23:03:41 +01:00
12ca7f50f2 Added Makefile. Now installs to /usr/lib/ if this is wrong someone please help rectify thanks! 2020-07-08 22:59:26 +01:00
a11d4a6499 General fixes. 2020-07-08 22:57:21 +01:00
a8ae737b37 Use two space tabs 2020-07-08 18:26:58 +01:00
e204fa5ca7 Added .editorconfig 2020-07-08 18:25:41 +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
7db8e6518e Added LICENSE and README.md with some stuff. cc0 2020-06-08 10:05:32 +01:00
dadfdf1411 Removed the binary file that was accidentally left in. Oops... 2020-06-08 10:00:56 +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