Unsolved
This post is more than 5 years old
24 Posts
0
5517
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
No Events found!
gstuartemc
2 Intern
•
417 Posts
0
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
0
January 28th, 2011 01:00
Thanks for that Stuart. I shall apss this info on to the customer.
All the best,
Stephen