UNSOLVED

shegarty1

updated

16 years ago

S

shegarty1

24 Posts

0

5557

January 26th, 2011 08:00

Is there a Java API function to write 2 byte characters?

Hi all,

Is there a Java function that can be used to allow writing clips with special characters?

For example special characters ('Ä', 'Ö', 'Ü', 'ä', 'ö', 'ü', and 'ß') in a meta field.

If I view a Clip I get the following:

Regards,

Stephen

  • gstuartemc

    2 Intern

    417 Posts

    397

    0

    Posted January 27th, 2011 15:00

    Strings need to be XML compliant so if you use the relevant escapes for the special characters then that should work.

  • shegarty1

    24 Posts

    397

    0

    Posted January 28th, 2011 01:00

    Thanks for that Stuart. I shall apss this info on to the customer.

    All the best,

    Stephen