You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When entering the appserver container (lando ssh), or issuing Drush commands (lando drush) there's no supprt for special chars, e.g. German umlauts. The reason is, that the container's locale is set to POSIX:
I think OP is correct in assuming this is a bitnami issue: bitnami/minideb#151
Going to close this out, we're planning on using offical Docker images for Lando 4, so likely this problem will be kicked to the defaults used by those services. It could make sense for Lando to set these values on boot, so I'll add a Lando 4 tag to this issue in case someone can reference it down the road.
This might not be limited to Drupal recipes:
When entering the appserver container (lando ssh), or issuing Drush commands (lando drush) there's no supprt for special chars, e.g. German umlauts. The reason is, that the container's locale is set to POSIX:
I'd expect to see a locale based on UTF-8, like en_US.UTF-8. Is this an issue with the upstream Bitnami images? And how can it be fixed?
The text was updated successfully, but these errors were encountered: