TextConverter v0.2

Post your working scripts, libraries and tools for AHK v1.1 and older
User avatar
empardopo
Posts: 336
Joined: 06 Oct 2013, 12:50
Location: Spain
Contact:

Re: TextConverter v0.1

18 Mar 2015, 12:32

jNizM wrote:Next week I push an update and change the license too.

The Unicode Standard, Version 7.0
Perfect!
Don't change the license only its link. I love your license! :dance:

Thanks very much for your help and info.
Everything is possible!
User avatar
BGM
Posts: 507
Joined: 20 Nov 2013, 20:56
Contact:

Re: TextConverter v0.1

18 Mar 2015, 17:40

You should make the default font a fully-populated unicode font. Something like Lucida Sans would be good. That way if you paste in a special character it won't display the little square for a missing glyph. I don't know - you might have to include the font though, with the script or something.
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: TextConverter v0.1

19 Mar 2015, 01:31

@BGM
Thx for the tip
How about this font? unifont
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile
User avatar
BGM
Posts: 507
Joined: 20 Nov 2013, 20:56
Contact:

Re: TextConverter v0.1

19 Mar 2015, 09:09

Well, I had been looking in particular for these characters: ℣ ℟ ✠
I looked at unifont, but it doesn't have those.
But they are pretty obscure for most folks.

What if you included a combobox to let the user choose their font? (I just edit the script, myself).
User avatar
jNizM
Posts: 3183
Joined: 30 Sep 2013, 01:33
Contact:

Re: TextConverter v0.2

23 Mar 2015, 03:59

Update to v0.2:
- Bug Fixes
- Removed Morsecode
- Added Dec/Hex to Char
- Improved Code
- Changed License
[AHK] v2.0.5 | [WIN] 11 Pro (Version 22H2) | [GitHub] Profile
User avatar
empardopo
Posts: 336
Joined: 06 Oct 2013, 12:50
Location: Spain
Contact:

Re: TextConverter v0.2

24 Mar 2015, 02:06

jNizM wrote:Update to v0.2:
- Bug Fixes
- Removed Morsecode
- Added Dec/Hex to Char
- Improved Code
- Changed License
Thanks.
I prefer the previous license. :lol:
Everything is possible!
User avatar
Scr1pter
Posts: 1272
Joined: 06 Aug 2017, 08:21
Location: Germany

Re: TextConverter v0.2

13 Jul 2018, 07:18

Sorry for being a grave desecrator.
It's an interesting and helpful tool!

Can you please tell me the char codes of tab and line break?
It's not possible to type them into the text field.
I know I could also use `t and `n, but CHR() would be good to know.

Couldn't find it on the web.

Regards
Please use [code][/code] when posting code!
Keyboard: Logitech G PRO - Mouse: Logitech G502 LS - OS: Windows 10 Pro 64 Bit - AHK version: 1.1.33.09
User avatar
TheDewd
Posts: 1510
Joined: 19 Dec 2013, 11:16
Location: USA

Re: TextConverter v0.2

13 Jul 2018, 09:49

@Scr1pter,

Code: Select all

; https://theasciicode.com.ar/

F1::Send, % Chr(09) ; ASCII code 09 = HT ( Horizontal Tab )
F2::Send, % Chr(10) ; ASCII code 10 = LF ( Line feed )
F3::Send, % Chr(13) ; ASCII code 13 = CR ( Carriage return )
User avatar
Scr1pter
Posts: 1272
Joined: 06 Aug 2017, 08:21
Location: Germany

Re: TextConverter v0.2

13 Jul 2018, 16:41

Thanks, man!
Please use [code][/code] when posting code!
Keyboard: Logitech G PRO - Mouse: Logitech G502 LS - OS: Windows 10 Pro 64 Bit - AHK version: 1.1.33.09

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: No registered users and 87 guests