python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Extended ASCII in tkinter
I'm trying to create an inspiration app, which displays random words. it works for alpha characters, but when a word has characters like öäü or ß in them, it just displays random gibberish.
Wanted Tex...
user18587231
Votes: 0
Answers: 1
Rails console (in docker-compose) hangs when I try to paste a string with an extended character such as "Vötest"
On my Mac:
Copy the string n = "Vötest" to my clipboard from my code editor (Sublimetext 3.2.2)
Launch Rails console
rails c
irb(main):001:0>
Attempt to paste the string t...
jpw
Votes: 0
Answers: 0
How can I view non-ascii characters in ascii editor
I'm very new to character encoding, I never really stopped to analyze how it works. My question is as follows, I have a text editor, for example the windows notepad, when I write a file in ascii encod...
Yuri Bittencourt
Votes: 0
Answers: 0
Confusing differences in extended ASCII descriptions: block vs U
Sometimes we see extended ascii 219 described as a block [https://coding.tools/ascii-table]
sometimes we see it as Latin capital letter U with circumflex [https://www.ascii-code.com/]
i cant seem to f...
D3l_Gato
Votes: 0
Answers: 1