character-code tag

8 questions


1 answers
294 views
0
Windows Character Code Errors

When the subprocess module retrieves the Windows systeminfo and decodes 'shift-jis', the environment sends an exception.PC1 has an exception: PC2 has been fine in the past.PC2 is fineBy the way, by ch...


2 answers
238 views
0
Understanding U+ in Emoji U+1F600

Smiling smile is U+1F600 in Unicode, but does this U+ mean Unicode?Does it mean Unicode 1F600?I'd like to change it to binary and deepen my understanding.

1 years ago

1 answers
284 views
0
Python's subprocess does not work as intended when multiple parameters are passed to launch the program

The environment is Windows 10, Python 3.6.5.I'm thinking of running a successful command prompt on Python (for future additional files) soffice--headless--convert-toodes--infilter=Lotus:60./123/test.1...


1 answers
86 views
0
I want the console page code to be EUC.

The current PowerShell code page is shift-jis.I would like to log in to a remote server using the SSH feature of Powershell.However, the server environment is Linux and the character code is EUC.There...


1 answers
117 views
0
I want JavaScript to download CSV files from UTF-16

I would like to download CSV using JavaScript.I would like to support UTF-16 BOM present, but when I look at the file that I was able to support with the code below, the character code is hexedicimel,...


1 answers
99 views
0
I don't know how to convert a 2-byte decimal to a full-width character and output it.

I am creating a base64 decoder in C language.In my own way, for example, when decoding the encoded hiragana a, I converted the two bytes of data into decimal numbers once.Then I can calculate the valu...

1 years ago

3 answers
106 views
0
What is the difference between \n and \r\nline breaks?

What is the difference between \n and \r\nline breaks?\nThere is an environment where it doesn't work.


1 answers
104 views
0
Understanding How to Handle Mixed Character Codes for Distributing Static HTML Files in the Public Folder in Ravel

I would like to distribute static HTML files in laravel 6.x series.I am trying to use the public folder, but there is a problem.Example) public/hogeA/index.html←Shift_JISpublic/hogeB/index.html←UTF-8p...


© 2024 OneMinuteCode. All rights reserved.