Hello LAPI users,
I am trying to create a folder in content server10 with special characters(Würzburg), the LAPI call executes and creates a folder like 'W?rzburg'.
I am calling LAPI function from .NET as shown below,
lapi_document.CreateObjectEx(0, attachFolderID, LAPI_DOCUMENTS.OBJECTTYPE, LAPI_DOCUMENTS.FOLDERSUBTYPE, "Würzburg", folderCreateInfo, folderObjectInfo)
My LAPI version is 971.
I have seen mixed answers for different versions. Please let me know this version of LAPI is compatible with special characters or UTF-8?
Thanks
Satish Uppalapati