NSFItemSetText: items are in lowercase if >=16 caracters

Hi Community members,

with Domino C-API ans NSFItemSetText we discovered that if field name is more than 16, Domino core (notes alos probably) set the Item name in Lowercase:

Sample:

TemporaryRejected => domino create the text item with "temporaryrejected" as item name (ioncorrect)

TmpRejected => domino creates the text item as "TmpRejected" (correct)

If you do know why (double-byte or a misconfiguration), just to be sure the items respect the case (for another application), for the moment we jsut defined items length lower than 15 car, but well as the limit is 32 caracters....

Hi. C API 12.0.2 works OK (just checked).

Thanks i’ll Check wif that release (i am using 14.0) on Linux and windows

BTW, I've checked C API for Linux