Hello lucy-dev,

How should the CharBuf functions and methods that take a char* argument behave 
if we start to support multiple encodings?

    * new_from_utf8
    * new_from_trusted_utf8
    * new_steal_str
    * new_steal_from_trusted_str

These should obviously expect the char* to have the same encoding as the 
CharBuf to be created.

    * Mimic_Str

Not sure about that one.

    * Cat_Str
    * Cat_Trusted_Str
    * Starts_With_Str
    * Ends_With_Str
    * Find_Str
    * Equals_Str

These should probably expect the char* to always be in UTF-8.

Nick

Reply via email to