
UNSOLVED
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
Responses (2)
Solutions (0)

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.