Short: Browse character set and copy characters Author: Kim Fastrup Larsen Uploader: kimflarsen hotmail com (Kim Fastrup Larsen) Type: text/misc Version: 1.0 Architecture: m68k-amigaos >= 2.0 What is Character Map? ---------------------- This is a utility that lets you browse the character set on your Amiga, see the code and official name (according to the ECMA-94 standard) of any character, and copy characters to the clipboard, which can be useful if you need characters that are not found on your keyboard. Character Map is more than a little inspired by a utility of the same name that has been shipped with various versions of the Windows operating system for more than 30 years. Similar utilities can be found on other systems as well. Note that Character Map assumes that the character set in use is Latin Alphabet No. 1 as defined by Standard ECMA-94 (2nd Edition), since this was the only character set used by Amigas throughout releases 1.2 to 3.1. If your Amiga uses some other character set, the character names displayed may be incorrect. Full source code is included. Installation ------------ Drag the CharMap drawer to wherever you want it. Operation --------- Click on a character to select it. This will display its code (in hexadecimal) and name. You can also navigate characters using the cursor keys. Double click a character to append it to the string in the string gadget. You can also hit the Enter key or use the Append gadget to append the currently selected character. Finally, use the Copy gadget to copy the string in the string gadget to the system clipboard. You should then be able to paste that string into a Shell window or any tool that uses the system clipboard. Other stuff ----------- I have released several projects on Aminet. Almost all of them include source code, but the newer ones are probably the most useful, so allow me to highlight them here. ScreenTime - A highly configurable screen clock with a popup calendar: https://aminet.net/package/util/time/ScreenTime ToolsMenu - Add tools and projects to the Workbench Tools menu with a simple graphical user interface: https://aminet.net/package/util/cdity/ToolsMenu Labyrinth - Remake of a Commodore 64 game: https://aminet.net/package/game/misc/labyrinth64 Base Converter - Convert between bin/oct/dec/hex with a simple GUI: https://aminet.net/package/util/wb/BaseConv You can get a list of all my projects with this link: https://aminet.net/search?readme=kimflarsen History ------- 1.0 (Aug 29, 2024) - Initial release.