Petr Danes
Registered User.
- Local time
 - Today, 02:07
 
- Joined
 - Aug 4, 2010
 
- Messages
 - 151
 
I have two Access databases, both with custom ribbons. In both ribbon declaration files, the first line is:
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" onLoad="LitrRibbonLoad">
Both ribbon files are full of Czech characters, with diacritical marks over some of the letters. One database display them correctly, one does not. I tried adding this line:
<?xml version="1.0" encoding="utf-16" ?>
and
<?xml version="1.0" encoding="utf-8" ?>
neither made any difference.
Is there some setting specific to each database that determines how such ribbon characters are displayed? I haven't found anything, and net searches have likewise turned up nothing.
 <customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" onLoad="LitrRibbonLoad">
Both ribbon files are full of Czech characters, with diacritical marks over some of the letters. One database display them correctly, one does not. I tried adding this line:
<?xml version="1.0" encoding="utf-16" ?>
and
<?xml version="1.0" encoding="utf-8" ?>
neither made any difference.
Is there some setting specific to each database that determines how such ribbon characters are displayed? I haven't found anything, and net searches have likewise turned up nothing.