// USER PREFERENCES

// This file allows the user to specify the default look and feel for the UniView program.  Edit the values below to change the defaults.




//======================================
// Unicode range area

// initial format of a unicode range
// possible values are 'list' or 'matrix'
var _displayStyle = 'matrix';

// presence or absence of hex numbering around a matrix
// possible values are true or false
var _showNumbers = true;



//======================================
// UTF-8 vs. graphic display

// default way of showing characters
// possible values are true (ie. characters displayed using system fonts) or false (ie. characters displayed using graphics - user needs to be on-line)
var _utf8 = false;



//======================================
// Colours

// sets the background colour for unassigned characters in the matrix
var unassignedChar = '#f2f2f2' ;

// sets the background colour for unassigned characters after a filter has been applied in the matrix
var unassignedFiltered = '#f2f2f2' ;

// sets the background colour of characters highlighted using a filter in the matrix
var filterHighlight = '#F9F5DE' ;



//=======================================
// Default font

var _defaultFont = "";



//=======================================
// Available files containing notes on characters

// add lines for each of the files you want to be available
// the first part of the line will be displayed in the pull-down list
// the second part must be the name of the file containing the notes
// (remember that these notes files must be structured carefully)

var charNotesFiles = new Array (


"Greek & Coptic¶chars/chars-greek.html¶",
"Arabic¶chars/chars-arabic.html¶",
"Georgian¶chars/chars-georgian.html¶",
"Devanagari¶chars/chars-devanagari.html¶",
"Thai¶chars/chars-thai.html¶",



"▲"
);
