[Solved] Exclusive-or character
-
- Posts: 8
- Joined: Mon Feb 15, 2010 8:20 pm
[Solved] Exclusive-or character
How do I get an exclusive-or operator in the formula editor? It is a circle with a plus sign inside.
Last edited by Hagar Delest on Thu Sep 27, 2018 8:39 am, edited 1 time in total.
Reason: tagged solved
Reason: tagged solved
Open Office 3.1 running on Windows 7
Re: Exclusive-or
Welcome to the Forums.
I think I found the character you are looking for.
To save you from having to do the search, the code to be entered is %Ux2295
I found it by calling up the Catalog, then switching to Special, clicking Edit, then going through all of the characters from the start in the dialog until I found the one that matched your description.
There may be others, I stopped when I found one that I thought looked close.
I think I found the character you are looking for.
To save you from having to do the search, the code to be entered is %Ux2295
I found it by calling up the Catalog, then switching to Special, clicking Edit, then going through all of the characters from the start in the dialog until I found the one that matched your description.
There may be others, I stopped when I found one that I thought looked close.
OpenOffice 4.1.7, LibreOffice 7.0.1.2 on Windows 7 Pro, Ultimate & Windows 10 Home (2004)
If you believe your problem has been resolved, please go to your first post in this topic, click the Edit button and add [Solved] to the beginning of the Subject line.
If you believe your problem has been resolved, please go to your first post in this topic, click the Edit button and add [Solved] to the beginning of the Subject line.
-
- Posts: 8
- Joined: Mon Feb 15, 2010 8:20 pm
Re: Exclusive-or
Thank you. I must be doing this wrong. I clicked "Insert" then "Special characters." This showed a pane of various characters, the first of many. Then I scrolled down to the last pane which was titled "Special." (I assume this is what you meant by "Switching to Special.") This showed me a pane of Arabic characters. There were no math symbols. When I scrolled up I just found other alphabets. I tried searching for "Catalog" in Help, but it wasn't there. I tried clicking "Edit" but nothing happened. How can I enter the UTF code Ux2295 and get the corresponding character into my text? I tried copying the XOR symbol from a PDF, but that gave me gibberish.
Open Office 3.1 running on Windows 7
Re: Exclusive-or
Try the LibreOffice. The Math application contains the XOR sign. (The LO has more functions generally compared to the AOO)
Tibor Kovacs, Hungary; LO7.5.8 /Win7-10 x64Prof.
PortableApps/winPenPack: LO3.3.0-7.6.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
PortableApps/winPenPack: LO3.3.0-7.6.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
-
- Posts: 8
- Joined: Mon Feb 15, 2010 8:20 pm
Re: Exclusive-or
I managed to get the character I wanted. I realized that Ux2295 was equivalent to ⊕. I inserted this code into an HTML document, displayed it in a browser, and then copied that character into my Open Office document. It worked. Thanks to both responders.
Open Office 3.1 running on Windows 7
Re: [Solved] Exclusive-or character
If you want often use these special characters:
You can set it as an user defined item of the Autocorrect option in the applications Writer and Calc.
Or you can write a macro to insert such special characters.
You can set it as an user defined item of the Autocorrect option in the applications Writer and Calc.
Or you can write a macro to insert such special characters.
Tibor Kovacs, Hungary; LO7.5.8 /Win7-10 x64Prof.
PortableApps/winPenPack: LO3.3.0-7.6.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
PortableApps/winPenPack: LO3.3.0-7.6.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
- MrProgrammer
- Moderator
- Posts: 5097
- Joined: Fri Jun 04, 2010 7:57 pm
- Location: Wisconsin, USA
Re: [Solved] Exclusive-or character
Hi, and welcome to the forum.
Use the oplus operator.contestcen wrote:How do I get an exclusive-or operator in the formula editor? It is a circle with a plus sign inside.
Mr. Programmer
AOO 4.1.7 Build 9800, MacOS 13.7, iMac Intel. The locale for any menus or Calc formulas in my posts is English (USA).
AOO 4.1.7 Build 9800, MacOS 13.7, iMac Intel. The locale for any menus or Calc formulas in my posts is English (USA).
-
- Posts: 8
- Joined: Mon Feb 15, 2010 8:20 pm
Re: [Solved] Exclusive-or character
I tried it. It gave me a pale box outline with an inverted question mark inside.
Open Office 3.1 running on Windows 7
Re: [Solved] Exclusive-or character
It works for me in my AOO 4.1.5 portable version. Insert operands before and after the sign.I tried it. It gave me a pale box outline with an inverted question mark inside.
If it will not work anyway, then (maybe) it is a font related problem. Check the used fonts.
Tibor Kovacs, Hungary; LO7.5.8 /Win7-10 x64Prof.
PortableApps/winPenPack: LO3.3.0-7.6.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
PortableApps/winPenPack: LO3.3.0-7.6.2;AOO4.1.14
Please, edit the initial post in the topic: add the word [Solved] at the beginning of the subject line - if your problem has been solved.
Re: [Solved] Exclusive-or character
Are you sure that an appropriate version of the font opens___.ttf is accessible? My AOO 4.1.5 Portable came with OpenSymbol v 102.10 (same as recent LibO).
BTW: Is there now a generally accepted agreement to use the 'oplus' as the standard symbol for the binary operator "exclusive or, XOR"? Well, there is a kind of tradition to use "+" for "OR" in Boolean Algebra despite the obvious disadvantages. Outside of that field I never did, and inside there wasn't much need of the XOR operation. To use the "circled plus" generally might not be the best choice.
===Amendment 2018-09-29 11:15 CEST===
The unicode has assigned the code point U+22BB to XOR. It should look like ⊻ . That's a good choice (accentuated OR).
BTW: Is there now a generally accepted agreement to use the 'oplus' as the standard symbol for the binary operator "exclusive or, XOR"? Well, there is a kind of tradition to use "+" for "OR" in Boolean Algebra despite the obvious disadvantages. Outside of that field I never did, and inside there wasn't much need of the XOR operation. To use the "circled plus" generally might not be the best choice.
===Amendment 2018-09-29 11:15 CEST===
The unicode has assigned the code point U+22BB to XOR. It should look like ⊻ . That's a good choice (accentuated OR).
On Windows 10: LibreOffice 24.8.3 and older versions, PortableOpenOffice 4.1.7 and older, StarOffice 5.2
---
Lupp from München
---
Lupp from München