Hi, How difficult would it be to have both UTF-8 and ISO-8859-1 supported in the same library (2.8.15) ? By looking quickly at the sources, it seems to be just a matter of changing the functions likeFunc(), globFunc(), lengthFunc() and substrFunc(). They could use a flag in order to call the code required by the specified encoding.
In my case, this is needed as I can't figure out in advance which version of the library the user wants to use. But my application lets the user specify in which encodings the inputs are. Is this the way to go or am I missing something ? Thanks in advance, Bertrand Mansion Mamasam