Page 1 of 1

北京体育大学.png

Posted: 06 Jan 2013 22:14
by admin
(v11.90.0105 onwards) Here's a hidden feature (I needed it for something) that might be useful for you as well. Hold CTRL and dbl-click the bold filename in Info Panel / Properties and you'll get a vertical list of the characters and their unicode ordinals in decimal and hexadecimal.

E.g., a file called 北京体育大学.png would be listed like this:

Code: Select all

   #     dec   hex  char

   1   21271  5317  北
   2   20140  4EAC  京
   3   20307  4F53  体
   4  -32590  80B2  育
   5   22823  5927  大
   6   23398  5B66  学
   7      46    2E  .
   8     112    70  p
   9     110    6E  n
  10     103    67  g

Re: 北京体育大学.png

Posted: 07 Jan 2013 10:24
by admin
Added hidden SC charview(string). Next version you can do this:
charview <clipboard>;
Love it. :mrgreen:

Re: 北京体育大学.png

Posted: 07 Jan 2013 12:14
by admin
Oh, it's just too good. I added it to the official commands. :)