pickles/src
Joshua Sherman 0810302e4f Fixed issue with UTF-8 2-byte characters
Characters were being split up and causing invalid sequences when using
`substr()`. Went ahead and updated to use `mb_strcut()` and forcing the
character encoding to UTF-8. I think the plan down the road will be to set the
internal encoding to UTF-8 but I am not currently sure how that could effect
the rest of the system (perhaps it won't). Closes #39
2014-01-26 15:09:16 -05:00
..
classes Fixed issue with UTF-8 2-byte characters 2014-01-26 15:09:16 -05:00
pickles.php Moved pickles code to src/ 2014-01-20 23:20:43 -05:00