Can I export ASCII and Cyrillic characters?« Back to Questions List

Yes, but this is for Lightning Storm only

You will have to use our ${char} tag (tutorial pending) with your Text layers and they will convert to any given Character set.

Android Users

Android treats Text very differently regardless of your character settings. Because the text is in the sting files, we recommend you use the ASCII value of your text.

You can google "ascii to Unicode converter", or "ascii to utf8 converter" and you should find a few resources that can convert blocks of text. You can then use the converted text sting in your PSD design and you should be good-to-go!

Download the PSD template

We have included the PSD example file for char sets.

Added April 9, 2015 2:41 am

Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!

Android String Resource Guide

Many users have asked us recently about converting Special Characters in Android. Please read the Official Android String Resource Guide – you will find a lot of useful information regarding the CORRECT usage of strings. Some characters you need to escape, while others you may need to enclose in quotes (”).

Escaping Strings

This\'ll work
-- OK
"This'll also work"
-- OK
This doesn't work
-- Causes a compile error
This is a \"good string\".
-- OK
This is a "bad string".
-- Quotes are stripped; displays as: This is a bad string.
'This is another "bad string".'
-- Causes a compile error

Dynamic Strings

Your strings in Android convert as is, so you can also use Formatted Strings, eg:

Hello, %1$s!

Export Kit does what you want, you just have to tell it!

Answer by admin
Answered On November 16, 2015 3:07 pm #
Looking for another answer? View other questions in Android Text or get premium support for guaranteed results.
2922 views
1 answer
Last Answered 9 years ago by admin

Categories

Recent Answers

asked by admin
asked by anup-sarkar
asked by originalife07
asked by yudhis
[+] View All Recent Questions

Share Your Knowledge!

Contribute to the community and help other users to benefit from your answer with experience and knowledge.