check_dos_char: Change this to use a lazily-initialized lookup table
authorMartin Pool <mbp@samba.org>
Fri, 4 Apr 2003 08:16:14 +0000 (08:16 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 4 Apr 2003 08:16:14 +0000 (08:16 +0000)
commite4ec19e03f95fb7d5b170c7e0ab5837ebc7dcd97
treeaaff42b5405f8f6590f6932d27e4001a834f654c
parent0ee80a9018601fbba1c9558545de61cb16e94fac
check_dos_char: Change this to use a lazily-initialized lookup table
indicating which characters are valid dos characters.  This function
was previously quite slow because it did two unicode conversions on
every call.
source/lib/util_unistr.c