Android Question Problem with broken Bengali text into Label caption

badal405

Member
Licensed User
Longtime User
Dear Erel,
Thanks in advance. Hope you are doing fine.
I just want to show some Bengali text into a Label. So what i did, I added the font and copy some text from the Bengali website. After I run the app it is showing the Bengali text but broken.
Would you please tell me how can i fix it?

Best regards.
 

badal405

Member
Licensed User
Longtime User
This is an open forum. You shouldn't limit your question to a single member ;)

Add Log(Label.Text).
Does the text appear correctly?

Dear Erel,

I didn't limit to a single member purposely, Maybe i didn't notice it.
I added log and the text are appearing correctly. But in the android 4.1.2 device or emulator the text are appearing broken text.
Furthermore, I just tested now into an android 2.1 based tab, all text are appearing like rectangle(no alphabet)!!!!!!!
What I should do now?
 
Upvote 0

badal405

Member
Licensed User
Longtime User
If by adding the font you mean you added a .ttf file, chances are that file is missing some characters, that could be the cause.

Dear NJDude,
Yes i added the .ttf file. But when i added log(label.text). The text are appearing correctly but in the emulator/device appearing broken text.
 
Upvote 0
Top