korean tag

5 questions


1 answers
114 views
0
Python List Sorting in Korean and English

When sorting the Python list, English comes first, but is there a way to make Hangul come first?names = [C, AB, N, L, DA, AA, D]sorted(names)# # Output[AA, AB, C, DA, A, N, D]# # Desired Output[a, n, ...


1 answers
110 views
0
Broken Korean in R

Hi, everyone. First of all, I'm spinning R on the server. I've tried coding settings and other things after seeing the explanations related to Korean breaking, but I think I've never seen an error I'm...

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,...


2 answers
65 views
0
If you type in the console window that appears when you run the Python program, can you basically input Korean without pressing the Korean-English conversion key?

I made a Python program, and when I run it, the console window pops up and the results come out when I enter some data. By the way, all the data you enter is in Korean, so I'd like you to enter it in ...

1 years ago

1 answers
115 views
0
[Python] Extracting Korean from the document

column caption='score inquiry base date' datatype='date' name='[Contractor-related filter (copy)]'param-domain-type='list' role='measure' type='quantitive'In these text files, Score check base date [C...

1 years ago

© 2024 OneMinuteCode. All rights reserved.