Merge from 3_0: Build a lookup table of valid DOS characters just
authorMartin Pool <mbp@samba.org>
Tue, 8 Apr 2003 03:01:02 +0000 (03:01 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 8 Apr 2003 03:01:02 +0000 (03:01 +0000)
commite8f1399323745a93ba9df97553effcf2d7629850
tree8f7f833b875344e84d9dc195a07840edbfec0417
parent7c7c5594b3dfd460d09bccd409ccbf64c6b42338
Merge from 3_0: Build a lookup table of valid DOS characters just
once, when init_iconv is first called.  Use this in check_dos_char
rather than doing the conversion every time.  Much faster.
source/lib/charcnv.c
source/lib/util_unistr.c