coding tag

43 questions


1 answers
81 views
0
Django in Windows

The following error appears when running the runserver with the long-range setting set.UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb9 in position 5: invalid start byteI know it's an encoding...


1 answers
66 views
0
Object angle is blocked...

I'm going to watch a game called diep.io and I want to make it, but I'm going to spin the tank gun on that game, so I don't know how to balance it. It's okay to turn the angle, but it turns because th...

2 years ago

1 answers
98 views
0
Encoding problems occur when using Korean in Pycharm.

Hello.I'm studying Python.Version 3.6 is used.PiCham uses version 2017.3.3.Encoding errors occur while practicing opening files.f = open(test.txt, w)f.write(Hangul Test)f.close()Traceback (most recent...


1 answers
147 views
0
Error: Non-ASCII character '\xe2' in file

Error: How do I resolve the Non-ASCII character '\xe2' in file?It doesn't pop up when I use English, but it only pops up when there is Korean$ cat bla.py print Hi!$ $ python bla.py File bla.py, line 1...


1 answers
133 views
0
base64 encoding

I heard that base64 encoding format is mainly used in http protocol, so why?

2 years ago

1 answers
113 views
0
How do I decode URLs in Java?

in Javahttps%3A%2F%2Fmywebsite%2Fdocs%2Fenglish%2Fsite%2Fmybook.do%3Frequest_typeThese chordshttps://mywebsite/docs/english/site/mybook.do&request_typeI'd like to change it like this.class StringU...

2 years ago

1 answers
83 views
0
Error encoding Korean on R

Install R studio in English OS When importing data in Korean from mssql DB It's all broken. ㅜㅜ < I'm trying to change the language setting, but I get the following error message.How should I solve the...

2 years ago

1 answers
95 views
0
JSON encoding problem output from PHP

I am a high school student who is currently developing a KakaoTalk meal chatbot.NEIS creates a JSON file (meal.json) through a PHP file (test.php) that parses meal tables, and this file is another PHP...

2 years ago

1 answers
113 views
0
Python decoding question. UnicodeDecodeError 'utf-8' codec can't decode byte 0xb5 in position 3

I'm making a shell out of Python.import osfrom subprocess import check_outputprint(check_output(dir, shell=True).decode('utf-8'))It is a program that returns and prints the returned value when you ent...


1 answers
122 views
0
I want to change the encoding of all the strings in the Python list and make them into strings.

Python utf-8 encoding question.Among the crawled data, the data contained in the list field was encoded ('utf-8') ['\xe5\xb0\x8f\xe5\xb7\x9d\xe9\x9f\xb3\xe5\xad\x90']When you output the dictionary val...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.