Apostrophes

handy tools that can assist in the development of new software
Post Reply
bennewsam
Posts: 8
Joined: Mon Oct 18, 2021 12:10 pm
Contact:

Apostrophes

Post by bennewsam »

In LibreOffice Writer, when I press the key for an apostrophe, I get this character: "’", which does not compile in Beebasm:

Code: Select all

ORG &8000
.start
	EQUS "’"
.end
SAVE "Test.rom", start, end
User avatar
danielj
Posts: 9900
Joined: Thu Oct 02, 2008 5:51 pm
Location: Manchester
Contact:

Re: Apostrophes

Post by danielj »

Use nano, or vscode?
james
Posts: 330
Joined: Tue Aug 15, 2023 8:41 pm
Location: NE Hampshire
Contact:

Re: Apostrophes

Post by james »

Allegedly Tools > AutoCorrect > AutoCorrect Options ... > Localised Options

And disable the Single or Double Quotes options
libreoffice.png
Or, as danielj says, use a proper editor rather than a word processor ...
Ronin47
Posts: 583
Joined: Tue Apr 20, 2021 5:32 pm
Contact:

Re: Apostrophes

Post by Ronin47 »

danielj wrote: Tue Jan 23, 2024 1:56 pm Use nano, or vscode?
Or Notepad ++.
Post Reply

Return to “development tools”