unicode tag

17 questions


1 answers
76 views
0
Can I convert a Unicode string to a regular string (including $$)?

Is it possible to convert a Unicode string to a regular string?If it's just an alphabet, I'll do something about it, but in addition to the alphabet, it also contains special characters such as , and ...


2 answers
123 views
0
Django view page Unicode error

Hello, I am a beginner developer who is just starting to develop Django.Django is trying to input DB and output input data. I don't know if it's because it's in Korean when I input DBUnicodeEncodeErro...

1 years ago

1 answers
61 views
0
Python, Unicode, and Windows Console

I'm using Python 2.5. When attempting to output a Unicode string on the Windows console, the error UnicodeEncodeError: 'charmap' code can't code character.... occurs. I'm guessing it's an error caused...

1 years ago

1 answers
91 views
0
How do I make all Python strings case?

a = hoHohoTheHOHOHOMyhohohoIs there a function that changes to?I think there's something else besides turning the for doorPlease let me know


2 answers
102 views
0
I'd like to convert Unicode into Korean from the response object I brought to the request module.

import requestsurl = 'any_address'data_payload = {'1', '1'}res = requests.post(url, data=data_payload)txt = res.textprint(res.text)With this source code, res is the object 'requests.models.Response' e...

1 years ago

1 answers
102 views
0
Problems with Korean conversion when converting ts -> js in typescript (especially when using 'template string')

While following the Gulp section on the TypeScript home page.// File name: src/main.tsfunction hello(compiler: string) { console.log(`Hello from ${compiler}`);}hello('TypeScript');On the example code,...


1 answers
97 views
0
Action that changes Unicode when you type text

Hello, I'm Corinne, a designer, and I'm a self-taught questioner. First, get clear help with the questions, and ask questions to solve embarrassing but different problems. Currently, I am I'm working ...

1 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.