While we await Unicode 5.1, here is another update to UniView that provides a bunch of additional useful features and fixes a few bugs.
Changes include:
- Changed the custom range input to a single field that will accept various range formats. This makes it easier to cut and paste or drag and drop ranges into the input field. The Custom range field will accept various formats.
- The numbers must be in hexadecimal form and separated by a colon (the default), a hyphen, one or more spaces, or one or more periods. There must be only two numbers. The numbers can be in the following formats: 1234, ሴ, Ӓ, \u1234, U+1234. The actual number of hex digits can be between 1 and 6.
- Added the ability to select whether Search looks at any combination of character names only, other parts of a record in the Unicode database, or the other character description information, and added a message to say how many characters were matched.
- Added the ability to search within the range specified in the field entitled Range.
- Added the ability to list characters with a given General or Bidirectional property (within a specified range or not).
- Added an AJAX link to my database of information about Unicode characters. If enabled, using the DB checkbox, this automatically retrieves any available data for a character when information about that character is displayed in the lower right panel. You can also specify that UniView should open with that set as the default using
database=onin the URI used to call UniView. - Because of the previous improvement, I removed the ability to link in a file of information about characters. (The information in the files was a copy of the information in the database.)
- Moved the Code point(s) and Cut & paste fields lower, to make them easier to use.
- Fixed a bug that was preventing the Search function finding characters in the Basic Latin block.
- Bugfix: a range like 0036:0067 will always show full rows now; a range with start higher than end will show alert.
- Added reference to decodeunicode when graphics are displayed in left column
- Bugfix: search parameter won’t break when graphics etc toggled
- You can now specify windowHeight parameter at startup in the URI’s query string.
Please report any bugs to me, and don’t forget to refresh any UniView files in your cache before using the new version.

