Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • P profilsHydro
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • HYCAR-HydroHYCAR-Hydro
  • profilsHydro
  • 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