EricC Posted February 13, 2014 Posted February 13, 2014 I am working with a data file that is encoded as UTF-8 Special characters appear when I open the data file in Notepad++ For example: Özmark Ayazağa Mah Şişli İstanbul When I link this data file to FusionPro, every accented character disappears. How can I get special characters to appear when composing records? Quote
Dan Korn Posted February 13, 2014 Posted February 13, 2014 There are three things you need to make sure of: That the data file has a UTF-8 byte order mark (BOM). FusionPro relies on the BOM to know that the file is UTF-8. Notepad++ should be able to add the BOM if it's not already present.That you're using a font which supports the Unicode characters.That the "Limit processing to Latin-1" box on the Advanced tab of the composition settings dialog is NOT checked. As usual, doing a full composition (not a Preview) and looking in the log (.msg) file will probably give you some idea of what's not working. Quote
jimmyhartington Posted February 18, 2014 Posted February 18, 2014 In OS X you can use TextWrangler (free) or BBEdit to set the BOM. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.