Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
UTF-8 / Unicode Code in LAPI (Java)
AppSupport_Canon
Hi,Anyone had tried to create a folder via LAPI and give a thai/chi/**** foldername?e.g Ẻ?ͺ?Ѻ??âͻ?Сѹ?آ?Ҿ?ͧ??ͺ???? folder name.Would be much appreciate if you able to show some sample code. Thanks in advance.
Find more posts tagged with
Comments
Carsten_Kulms
Message from Carsten Kulms via eLinkSince in Java all Strings are Unicode there's no magic, you can useCreateObjectEx.The one important thing is the LLSession has to be initialized with thecorrect encoding setting "UTF-8". (See documentation on LLSession -Session Creation Input Parameters).Of course the LES server must be the UTF-8 version.