[n00b] How do I type the RATIO character?

Support for Windows users
Post Reply
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

[n00b] How do I type the RATIO character?

Post by RBCC »

I know that I might get into trouble down the line but can you show me how to do what is shown in the picture?
Image



John
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: I know that I might get into trouble doing this n.colon{'\u2336'}

Post by rednoah »

Just use copy & paste.

You can type a RATIO character the same way as any other Unicode character that doesn't happen to be on the keyboard.
:idea: Please read the FAQ and How to Request Help.
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: I know that I might get into trouble doing this n.colon{'\u2336'}

Post by RBCC »

OK I tried n.colon ('\u2336') and no soap doc!
I will look for a a list of unicode characters or where do I find one? Can you show me an example? John
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: I know that I might get into trouble doing this n.colon{'\u2336'}

Post by rednoah »

This is a RATIO character:

Code: Select all

This piece of code is not the RATIO character:

Code: Select all

n.colon('\u2336')
@see http://unicode-table.com/en/2236/


PS: Alright, so from now on I will need a paypal donation number with each new support request, just to give you some incentive to figure things out for yourself. ;)
:idea: Please read the FAQ and How to Request Help.
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: [n00b] How do I type the RATIO character?

Post by RBCC »

I gave u a donation
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [n00b] How do I type the RATIO character?

Post by rednoah »

Thanks. Please post the PayPal confirmation number.
:idea: Please read the FAQ and How to Request Help.
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: [n00b] How do I type the RATIO character?

Post by RBCC »

22919899D67874130 Isvthe conformationation code.
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [n00b] How do I type the RATIO character?

Post by rednoah »

PayPal wrote:We didn't find anything for 22919899D67874130.
Nope, not your "conformationation" code...

:idea: Copy & Paste is your friend, especially if you can't type...
:idea: Please read the FAQ and How to Request Help.
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: [n00b] How do I type the RATIO character?

Post by RBCC »

That is my paypal transaction id #
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: [n00b] How do I type the RATIO character?

Post by RBCC »

You dont have a reciept from a transaction from [email protected]
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: [n00b] How do I type the RATIO character?

Post by RBCC »

22919899D6787413U The real conformation code
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [n00b] How do I type the RATIO character?

Post by rednoah »

Alright, I found it. Much appreciated.

Looks like got your confirmation number and your email address wrong:

Code: Select all

Confirmation number:		3YR72110B2722721C
:idea: Please read the FAQ and How to Request Help.
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: [n00b] How do I type the RATIO character?

Post by RBCC »

Are there string manipulation commands so I can seperate a name into 2 names? John
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [n00b] How do I type the RATIO character?

Post by rednoah »

Examples and screenshots would appreciated, because I usually have no idea what you're trying to say. :lol:
:idea: Please read the FAQ and How to Request Help.
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: [n00b] How do I type the RATIO character?

Post by RBCC »

I would like to take :

Image

{n} in Diagnosis Murder and separate the two words and make {n} = "Diagnosis : Murder " Is there some string manipulation commands that I can do this with? John :D
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [n00b] How do I type the RATIO character?

Post by rednoah »

Please learn how to post screenshots properly. Then edit your post and fix it. You can click Preview to see what your post would look like.

YES (you should link an image)

Code: Select all

[img]http://i.imgur.com/fB2drRk.jpg[/img]
NO ( you should not link a website)

Code: Select all

[img]http://imgur.com/fB2drRk[/img]

:!: How do you know words like string manipulation but act as if you're 80 years old and haven't used the internet before? Are you trolling me? :lol: I'm honestly dumbfounded. :lol:


e.g. I think you want something like this:

Code: Select all

{'Diagnosis Murder'.space(' | ')}
:idea: Please read the FAQ and How to Request Help.
RBCC
Posts: 118
Joined: 17 May 2016, 02:23

Re: [n00b] How do I type the RATIO character?

Post by RBCC »

What i would like to do is put a ratio between diagnosis and murder. In filebot {n} is the whole string "diagnosis murder. How do i do this?
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [n00b] How do I type the RATIO character?

Post by rednoah »

This ⬇ is how you do it:
rednoah wrote:

Code: Select all

{'Diagnosis Murder'.space(' | ')}
:idea: Please read the FAQ and How to Request Help.
Post Reply