Locale problem and support for UTF-8 file names
Open
Nobody has claimed this yet.
bug
needs review
upstream
- Dominant language
- Shell
- Stars
- 7.4k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
Used names of files and folders with accents (Brazil pt_BR). I had to set the chart and set the environment variables.
To work I had to add these environment variables:
env:
- name: LC_ALL
value: C.UTF-8
- name: TZ
value: America/SaoPaulo
Can you add this by default to avoid future problems?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the deployment chart's environment-variable configuration and review how default container settings are defined. Add the requested LC_ALL=C.UTF-8 and TZ=America/SaoPaulo defaults, then verify that the generated deployment supplies both values for accented file and folder names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100