Make mp_obj_str_get_data return char* instead of byte*.
Can't decide which is better for string type, char or byte pointer. Changing to char removes a few casts. Really need to do proper unicode.
Please register or sign in to comment
Can't decide which is better for string type, char or byte pointer. Changing to char removes a few casts. Really need to do proper unicode.