Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P ProfHyl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar

La forge gitlab.irstea.fr sera définitivement arrêtée le 30 juin 2026. Nous vous invitons à migrer vos projets vers la forge INRAE. Vous trouverez plus de détails sur le blog de la forge INRAE.

  • HYCAR-HydroHYCAR-Hydro
  • ProfHyl
  • Issues
  • #8
Closed
Open
Issue created May 13, 2020 by Delaigue Olivier@olivier.delaigueOwner

Display accented characters

Accented characters do not seem to be displayed correctly when they come from the global.R file despite the setting of the locale R process with the following command:

Sys.setlocale("LC_ALL", "fr_FR.UTF-8")

Maybe the following syntax works:

Sys.setlocale("LC_ALL", "fr_FR.utf8)

Because in the help page of the Sys.setlocale() function it is written:

Sys.setlocale("LC_TIME", "de_DE")        # Many Unix-alikes
Sys.setlocale("LC_TIME", "de_DE.UTF-8")  # Linux, macOS, other Unix-alikes
Sys.setlocale("LC_TIME", "de_DE.utf8")   # some Linux versions
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking