Some Arabic text characters are missing in Connect


 Product(s):MicroStation
 Version(s):10.16.00.80
 Environment:N\A
 Area:Text
 Subarea:Fonts

Problem

Some Arabic text characters are missing in Connect

User is using RSC font AGUIDE and some Arabic characters are missing in Connect. Display in V8i is correct.

Solution

Steps to follow to fix this issue

1. Set System Locale to English (United States)

    

2. Open any text editor “e.g. Notepad++” as Administrator

3. Open file “MstnFontConfig.xml” from the following location
    C:\Program Files\Bentley\MicroStation CONNECT Edition\MicroStation\Default\Fonts\

4. Search for following lines
        <RscFontInfo>
            <Name>*</Name>

5. Add these lines before the above
        <RscFontInfo>
            <Name>Aguide</Name>
            <Hidden>False</Hidden>
            <CodePage>1256</CodePage>
            <CreateShxUnifont>True</CreateShxUnifont>
        </RscFontInfo>

6. Sample is attached for reference which you can copy to folder
    C:\Program Files\Bentley\MicroStation CONNECT Edition\MicroStation\Default\Fonts\

    communities.bentley.com/.../3060.MstnFontConfig.zip

7. Re-open MicroStation Connect and check the Arabic character display for AGUIDE font.

   

See Also

Arabic characters overlap in View display

Arabic Text Displays Backwards

 Original Author:Leonard Jones