Bullets are not coming properly

Hello,

I have an application which is saving my content in List format ex:
.Test1
.Test2

But when I am displaying the contend using web ix, the content is not shaowing the bullets, whereas in place of bullets ‘?’ mark is coming ex:
? Test1
? Test2

Would request you to help us, and let us know any changes we need to do, to have the bullets in place while showing the records to customer.

Most probably the issue caused by the text encoding. Is the original text uses utf8 encoding, or some different one ?

If you are loading data through XML - you can specify data encoding as part of xml top tag. If you are loading data from JSON - all data must be a UTF encoded.