|
Some browsers do not support Unicode and instead upload raw Multi
Byte Character Set (MBCS) text. In these cases there is no way that
ABCUpload can know what what kind of language conversion to apply.
By using the CodePage property you can hint at how at how ABCUpload
should do this conversion process.
For example if you are expecting uploads to be coming from Korean
clients you should set the CodePage property to the Korean CodePage
ID (949). For Japanese you would use the Japanese CodePage (932).
You should set the code page immediately after creating your XForm
objects and before any form fields are referenced.
|