Jump to content

Recommended Posts

Posted (edited)

I do not like Charmap, it's too small and you can't test a character with another font, you only get all chars for each font so it's not very handy.

20130911142003.jpg

SpecialCharactersViewer permit with the Segoe UI Symbol font to display a maximum ( not all! ) of  Ascii and Unicode characters.

Simple click on a char and the corresponding Chr or ChrW code is displayed. 

Free to you to choose another font for see if the selected character can be used with.

Windows XP do not have Segoe UI Symbol font, so it's more for Win7/Win8 users...

Previous downloads : 100

Source : SpecialCharactersViewer v1.0.1.0.au3

ExecutableSpecialCharactersViewer.exe.html

(Once this html file downloaded, double click on it for start the download)

 

Will be added to the next version of SciTE Hopper.

Hope it can help !  :)

Edited by wakillon

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Posted

cool

can you do a copy button like in charmap.exe ?

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted
  On 9/11/2013 at 12:55 PM, mlipok said:

cool

can you do a copy button like in charmap.exe ?

 

Thanks!

Not sure the clipboard support all chars...

Where would you want to paste it ?

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Posted
Unfortunately, I have to say  :sweating:
 
but quickly dissipate doubts charmap.exe

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

Very nice.

For those with XP only, read the Availability section of the Wikipedia page.

Make sure brain is in gear before opening mouth!
Remember, what is not said, can be just as important as what is said.

  Reveal hidden contents

I may have the Artistic Liesense ;) to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)

userbar.png

Posted (edited)
I was concerned about the possibility of copying as in charmap.exe
I mean directly from the editor, for example, the word
 
I have an idea
I will try to modify your program EDIT: you litter solution , and send when I done
Edited by mlipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted
  On 9/11/2013 at 1:44 PM, wakillon said:

If it's only for see characters, they can use a GNU Unifont, but forget quality display !  :D

Complete Unicode glyph set here with plenty of information and copy feature, direct from one of the most knowledgeable person about Unicode.

  Reveal hidden contents

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

Posted
  On 9/11/2013 at 1:50 PM, mlipok said:

 

I was concerned about the possibility of copying as in charmap.exe
I mean directly from the editor, for example, the word
 
I have an idea
I will try to modify your program EDIT: you litter solution , and send when I done

 

 

ok.

  On 9/11/2013 at 1:55 PM, jchd said:

Complete Unicode glyph set here with plenty of information and copy feature, direct from one of the most knowledgeable person about Unicode.

 

Thanks.

  On 9/11/2013 at 1:59 PM, UEZ said:

Nice tool, very useful when searching for unicode characters!

Br,

UEZ

 

Thanks UEZ !

The major inconvenient is the display of all labels... it's a bit slow with little config.

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Posted

I do not want to nag, but I noticed that

combo box do not change when clicking Prev or Next button

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted
  On 9/11/2013 at 2:10 PM, mlipok said:

I do not want to nag, but I noticed that

combo box do not change when clicking Prev or Next button

 

Use Combo box for jump to another page, instead of use prev or next.

The page range is displayed in the gui title !  ;)

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

Posted (edited)

Even though I rarely even use charmap.exe I think this is a pretty neat idea.  I noticed one thing though, when I Click Next or Prev the drop down which says 0-799 etc doesn't change to reflect the page I'm on.  I see that Mlipok reported this issue.

Edited by jaberwocky6669
Posted
  On 9/11/2013 at 6:30 PM, jaberwocky6669 said:

Even though I rarely even use charmap.exe I think this is a pretty neat idea.

 

Thanks, it is not the ideas that I miss, but rather the time for realize them !  :D

AutoIt 3.3.14.2 X86 - SciTE 3.6.0WIN 8.1 X64 - Other Example Scripts

  • 2 weeks later...
Posted

Nicely done Wakillon

 
  On 9/11/2013 at 12:55 PM, mlipok said:

can you do a copy button like in charmap.exe ?

I am wondering if putting ClipPut($sChr) in line 503 wouldn't be sufficient?

When you select a char, it is automatically put in the clipboard and you can paste it to Word or anything else.

GreenCan

  Reveal hidden contents

Contributions

CheckUpdate - SelfUpdating script ------- Self updating script

Dynamic input validation ------------------- Use a Input masks can make your life easier and Validation can be as simple

MsgBox with CountDown ------------------- MsgBox with visual countdown

Display Multiline text cells in ListView ---- Example of pop-up or ToolTip for multiline text items in ListView

Presentation Manager ---------------------- Program to display and refresh different Border-less GUI's on a Display (large screen TV)

USB Drive Tools ------------------------------ Tool to help you with your USB drive management

Input Period udf ------------------------------ GUI for a period input

Excel ColorPicker ---------------------------- Color pickup tool will allow you to select a color from the standard Excel color palette

Excel Chart UDF ----------------------------- Collaboration project with water 

GetDateInString ------------------------------ Find date/time in a string using a date format notation like DD Mon YYYY hh:mm

TaskListAllDetailed --------------------------- List All Scheduled Tasks

Computer Info --------------------------------- A collection of information for helpdesk

Shared memory Demo ----------------------- Demo: Two applications communicate with each other through means of a memory share (using Nomad function, 32bit only)

Universal Date Format Conversion -------- Universal date converter from your PC local date format to any format

Disable Windows DetailsPane -------------- Disable Windows Explorer Details Pane

Oracle SQL Report Generator -------------  Oracle Report generator using SQL

SQLite Report Generator -------------------  SQLite Report generator using SQL

SQLite ListView and BLOB demo ---------- Demo: shows how binary (image) objects can be recognized natively in a database BLOB field

DSN-Less Database connection demo --- Demo: ActiveX Data Objects DSN-Less Database access

Animated animals ----------------------------- Fun: Moving animated objects

Perforated image in GUI --------------------- Fun: Perforate your image with image objects

UEZ's Perforator major update ------------- Fun: Pro version of Perforator by UEZ

Visual Crop Tool (GUI) ----------------------- Easy to use Visual Image Crop tool

Visual Image effect (GUI) -------------------- Visually apply effects on an image

 

 

 

Posted
I wonder
Do I need to also copy information about the selected font.
 
I was wondering whether to open the RichEdit object, paste to the characters, change the font, and then copy the contents of RichEdit to clipboard.

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...