Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of -3
1 answer
144 views

I want to read CSV files with a German encoding saved by Windows. I try to detect the encoding with this code: # detect encoding with open(impportFile, "rb") as f: ...
Score of -3
1 answer
75 views

Can someone show me the code to generate "FEFCO" on line 1 and "0410" on line 2 directly underneath, in ZPL? I'm trying to create a file to send to my printer for box on demand
Advice
0 votes
6 replies
119 views

I am building a simple java app that uses a few rest webservices (that get parameters from the url) to insert into a database data that is relevant to the progress of some students in a course. This ...
Score of -4
1 answer
115 views

I've published my page at GitHub Pages. When I open the site, web browser ignores my charset declarations, but if I open the page's file locally, or from the other file-publication-service, the ...
Score of 0
1 answer
78 views

I have the byte sequence 0x83 89 83 93 83 4F 83 8A 83 62 83 54 81 5B 82 51 and it I have to guess if it is plain ASCII or (some sort of) Shift JIS. It comes from a Sega Mega Drive image, where the ...
Advice
1 vote
11 replies
179 views

I'm generating a CSV file with Azerbaijani text using Java and UTF-8 encoding with BOM. The file opens correctly in WPS Office, but when opened in MS Excel, Azerbaijani characters appear as garbled ...
Score of 0
0 answers
285 views

This is the kind of output I see in OpenAI's Codex under Windows Cmd in Windows Terminal (: Note all the extra symbols. In particular, look at options 2 and 3. Gemini suggested running chcp 65001. ...
Score of 1
2 answers
169 views

I'm in the process of transferring old repositories from visualstudio.com to GitHub. The repos used to be private and contains user names and email addresses that should not be made public. Thus I ...
Score of -1
1 answer
144 views

I'm trying to switch the default encoding of the database from UTF-8 to latin. I'm on Windows and VertrigoServ, I've edited the file my.ini under MySQL directory like this: Under [mysqld] section, ...
Score of 3
2 answers
169 views

C:\inetpub\wwwroot\proyecto_transporte>python conexion.py Unexpected error: 'utf-8' codec can't decode byte 0xed in position 79: invalid continuation byte I already tried saving the file as ANSI, ...
Score of -7
1 answer
208 views

git(1) uses one representation when storing source code (not binary) by default which IIRC is utf-8 (no working-tree-encoding). Is this the same default as in Go? I tried comparing to Git but have ...
Score of 3
1 answer
211 views

Why some older web browsers (not all) incorrectly display currency symbols when symbols are produced by php NumberFormatter() but display correct symbol when given as html entity. Since correct symbol ...
Score of 1
1 answer
102 views

In Spring Boot 2.6.0 java 8 application configuration class has content: @Configuration public class Internationalization implements WebMvcConfigurer { // localeResolver, localeChangeInterceptor,...
Advice
0 votes
2 replies
144 views

I have a list of two tables in R. Each data frame contains several character and numeric columns. One of the columns is a company name column (for example, Company_Name). The target database only ...
Score of 0
0 answers
98 views

I'm experiencing intermittent issues with Allure reports in GitLab CI where the console log occasionally displays garbled/corrupted characters instead of readable output. This doesn't happen ...

15 30 50 per page
1
2 3 4 5
1020