nix-community / nix-on-droid

Nix-enabled environment for your Android device. [maintainers=@t184256,@Gerschtli]
https://nix-on-droid.unboiled.info
MIT License
1.15k stars 65 forks source link

Accents are not rendered correctly #294

Open pinage404 opened 9 months ago

pinage404 commented 9 months ago

Accents are not rendered correctly

I use french language using Home Manager

{
  home-manager.config = {
    home.language.base = "fr_FR";
  };
}

Full config here

Sans titre

t184256 commented 9 months ago

Do they render OK in regular termux app?

pinage404 commented 9 months ago

I don't know how to reproduce on Termux