Bullet List show character "?" when open document

Hi, i put a bullet list on my document and save the JSON sfdt on my database.
When i try to open this document to edit, the bullet list get a "?" instead of circle.

Could you help me?

Thank you

3 Replies 1 reply marked as answer

SR Stephen Raj Chandra Sekar Syncfusion Team November 23, 2020 07:15 AM UTC

Hi S_Line, 
 
We have tested the reported issue in latest version (18.3.50), but we couldn’t reproduce. We tried the below steps for reproducing the reported scenario in our end. 
 
1.       Insert 3-4 paragraph, then inserted bullet list for all. 
2.       Save document as SFDT. 
3.       Again, opened the saved SFDT.  
4.       Also, created same document using Word, and opened in document editor. 
 
Both created using Word and Document editor has no issue while opening in Document Editor looks like below screenshot. 
 
 
Tested Environment: 
Browser: Chrome 
OS: Windows 10 Pro 
 
So, please ensure the reported issue in latest version. 
If you still face the issue, Kindly share the environment details and original document which you have opened in document editor to reproduce the reported scenario in our end, that would helpful for us to proceed further. 
 
Regards, 
Stephen Raj


S_ S_Line November 23, 2020 08:11 PM UTC

HI, i get it working by replace "numberFormat":"?" to "numberFormat":"\uf0b7"

Thank you



SR Stephen Raj Chandra Sekar Syncfusion Team November 24, 2020 12:26 PM UTC

Hi S_Line, 
 
We suspect that you may not added UTF-8 encoding in your HTML file. Please try adding UTF-8 in the Html file like below. 
 
<meta charset="utf-8" /> 
 
This error is due to encoding mismatch, can you please share what is the data type used in database to store this SFDT content? Since if we use ASCII encoding supported data type in database to store this SFDT content, then it may end in similar issue. 
 
Regards, 
Stephen Raj

Marked as answer
Loader.
Up arrow icon