Wish Change=< and => to be ≤ and ≥ while typing

Theera

Expert
Licensed User
Longtime User
Is there way changing =< and => to be ≤ and ≥ while typing Automatically.

Unicode
≤ = U+2264
≥ = U+2265
 

emexes

Expert
Licensed User
Longtime User
You can almost do it with the old VT220 Compose key, and there is a windows program that implements that on Windows.

Most word processors can do what want, via auto-correct or sequence-replace.
 

Theera

Expert
Licensed User
Longtime User
Thank you for the good advice.
Will it affect the compiler of B4x products?
 

Daestrum

Expert
Licensed User
Longtime User
Probably yes, as ≤ is not valid in B4X
B4X:
    If a ≤ b Then
        Log("Oops")
    End If

produces
Main - 14: Input string was not in a correct format.
 

Theera

Expert
Licensed User
Longtime User
it looks awesome for coding.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…