Search code examples
java-melwuit

Issue with displaying '=' character in label using LWUIT


I am creating a video player app wherein I am showing video size. This video size is displayed in a label in this manner. "Size = VIDEO_SIZE". All this text is displayed in one label only.

My problem is that all the text is visible but the '=' character somehow does not get displayed. If I replace this '=' character with ':' then the colon gets displayed correctly. It's a weird behavior.

Please help.


Solution

  • You need to add the = character to your charset in the bitmap font or better yet use a system font.