encoding tag

16 questions


1 answers
112 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
82 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
121 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

1 answers
115 views
0
It's Bithumb api, and I'm curious about the reason for some codes.

I'm going to use API on Bithumb, a cryptocurrency exchange.There are many things I don't know because I'm still a beginner, so I'm looking around to find out what functions work, but there are parts t...


1 answers
150 views
0
If you open the [utf-8] file and write or append and save it, it will be recognized as an [ascii] file.

If you open the [utf-8] file, replace it, and save it (w,a), it recognizes it as an [ascii] file. How do I save it so that it is recognized as utf-8 and not changed to be recognized as ascii?This file...

2 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.