Henry Mok wrote: > I have a question about the character tool. When I look at the options > in the character tool, there are a lot of characters that look like > blocks. Why is this?
Because the font used by the Character tool does not contain glyphs some for characters. In such case, the missing glyph is replaced a small rectangle. > Is this something that can be customized? Currently the answer is no. > If I have a list of characters that my users use, can I change the character > tool > to only have certain characters? > To a certain extent: only in the "Favorites" section. The Character tool has a "Favorites" section. Right-click on a character and choose "Show Favorites" from the popup menu OR look for "Favorites" at the very end of the top combobox. More info: http://www.xmlmind.com/xmleditor/_distrib/doc/help/insertCharacterPane.html#favorites_palette You can specify the contents of the "Favorites" section by forcing a "favoriteCharsInTable" user preference. Linux (bash) example: --- ~$ xxe -putpref favoriteCharsInTable "àéèïöùü" & --- (The difficulty here is to express the characters in a way that is understood by the shell used to start XXE.) More info: http://www.xmlmind.com/xmleditor/_distrib/doc/help/command_line_usage.html -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

