Is there an easy way to output Unicode characters?
Shouldn't it be straight-forward to just include them in the
source in some appropriate syntax?
display Unicode characters?
In localisation file loc_ru.h we ussually use:
CHARACTER_SET UTF8
// LOCALISATION STRINGS
rls_string qtn_appl_exit "Выход"
Symbian is an Unicode OS pretty much from the ground up, but note that not all font files contain glyphs for all Unicode code points. E.g., phones for the Western market will not have Asian language characters in their Unicode fonts.