Linked Questions

422 votes
22 answers
577k views

Why do I get the following error when doing this in python: >>> import locale >>> print str( locale.getlocale() ) (None, None) >>> locale.setlocale(locale.LC_ALL, 'de_DE') ...
toom's user avatar
  • 13.5k
68 votes
19 answers
70k views

I have a freshly installed Ubuntu on a freshly built computer. I just installed python-pip using apt-get. Now when I try to pip install Numpy and Pandas, it gives the following error. I've seen this ...
Josh.F's user avatar
  • 3,806
49 votes
4 answers
39k views

What is the purpose of the system property sun.jnu.encoding? Various fragments on the web set or report it, but I can't find a definition.
user avatar
31 votes
4 answers
29k views

I'm setting up a UBI rhel8 container. I need to execute this command: localedef -f UTF-8 -i en_US en_US.UTF-8 which failed with: character map file `UTF-8' not found: No such file or directory ...
FedericoY's user avatar
  • 313
5 votes
3 answers
22k views

I'm running a Java program from within a Docker container (started with Docker Compose) and it's throwing a bunch of errors caused by UTF-8 characters (as they can't be mapped to the ASCII charset). ...
Justin Borromeo's user avatar
5 votes
4 answers
5k views

i have big problem with encoding on uwsgi/emeror/nginx server. My app is developed to batch excel files processing. I use latest version flask and flask-extensions and use flask-excel. My app runs ...
lukassliacky's user avatar
7 votes
4 answers
10k views

I tried to deploy my flask application in a docker in ubuntu18.04, and I was using python3.5 in my pipenv. But when I run docker build -t flask ., at a step of RUN pipenv install,I got this error: ...
bohnsix's user avatar
  • 121
1 vote
4 answers
2k views

the problem is that the Docker image from Cypress sets the browser language to english and some elements on the page are translated to english. It looks like it's a bug in Cypress because the browser ...
pontilicious's user avatar
6 votes
2 answers
8k views

This seems like a weird problem, and it's causing my some heartburn, because i'm using a library that stashes the current locale, and tries to set it back to what it stashed. $ docker run --rm -it ...
Hoopes's user avatar
  • 4,245
11 votes
2 answers
5k views

I have an application which listens to the external feed on hourly basis and receives the feed JSON which is a chunked transfer encoding stream, the listener to the feed write the chunk to the file, ...
Brajesh Pant's user avatar
8 votes
1 answer
820 views

Given documentation for string.StartsWith and this snippet (targeting .net core 2.x): This method compares the value parameter to the substring at the beginning of this string that is the same ...
wmz's user avatar
  • 3,685
1 vote
1 answer
2k views

When I do it in amazon linux 2 container, it returned this issue. bash-4.2# localectl status Failed to create bus connection: No such file or directory bash-4.2# timedatectl Failed to create bus ...
Miantian's user avatar
  • 1,115
1 vote
1 answer
1k views

My problem: When importing the database it seems (now) that the database is dropped and can then not be connected. (That did always work before. Import script seems not to be changed). The whole ...
Dirk Schumacher's user avatar
0 votes
1 answer
1k views

I've a project with spring boot 2.5.1 When I create the docker image with the following command mvn -B spring-boot:build-image -Dspring-boot.build-image.imageName=franco -DskipTests and then i run it ...
Gavi's user avatar
  • 1,548
0 votes
0 answers
2k views

I have a problem with the Docker on which the iis server is installed. Unfortunately, the date in my program is set in the format "MM / dd / yyyy" and I want it to be in the format "yyyy-MM-dd" How to ...
sebaskow's user avatar

15 30 50 per page