Code: Select all
v11.90.0106 - 2013-01-07 12:24
+ Scripting got a new command.
Name: CharView
Action: Show the characters of a string in a vertical list in
various encodings and notations.
Syntax: charview string
string: The string to view the characters of.
Remarks:
A maximum of 32768 is shown, the remainder is cropped.
Examples:
charview "abcá";
charview <clipboard>; // show string in clipboard
The first example pops this table:
# dec hex utf8 char
1 97 61 a a
2 98 62 b b
3 99 63 c c
4 225 E1 á á
! Auto-replace invalid characters: Did not work correctly with
Japanese (and probably other languages). Fixed #3.
It's a good idea to backup your complete XYplorer settings (menu File | Settings Special | Backup Application Data Folder...)
before running a new BETA version. This will also help in fixing any fresh bugs.
XYplorer Beta Club