Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-15 | Convert utf8towc from wchar_t to unsigned (to match wctoutf8). | Rob Landley | |
The maximum unicode code point is 0x10ffff which is 21 bits. | |||
2021-05-15 | The (insane) unicode consortium arbitrarily limited the codepoint space | Rob Landley | |
(utf8 can go to 7 bytes but unicode can't) so only test unicode range. | |||
2020-12-06 | Remove CONFIG_TOYBOX_I18N and just always support utf8. | Rob Landley | |
2020-09-09 | Use the infrastructure properly. | Rob Landley | |
2018-04-03 | Finish renameing test_* to demo_* in example directories and tweak README. | Rob Landley | |
(This way "make test_sed" isn't in the same namespace as "make test_scankey".) | |||
2017-10-31 | Rename test_*.c to demo_*.c (because "make test_$CMD" means something already), | Rob Landley | |
fluff out README, and add a comment to hostid explaining its deprecation. |