i18n question.
Jeremy Allison
jra at samba.org
Sat Mar 6 09:23:10 GMT 2004
On Sat, Mar 06, 2004 at 04:10:38PM +1100, tridge at samba.org wrote:
>
> On the other hand, code that assumes that you can search for '/' or
> '\' in a string and assume that is the start of a character is more of
> a problem. The solution is definately not to switch away from
> "char *", instead we need to define a clean function that does
> directory parsing correctly and use this function everywhere its
> needed.
I just committed this function :-).
The last thing I am working on to fix some of the EUC encoding
bugs is a strstr_m function to fix some of the places where strstr()
is used to look for "/../" and other such strings in unix character
set (and in substitutions). I've nearly finished this code.
Jeremy.
More information about the samba-technical
mailing list