Menu

Re: [passwordsafe:discussion] wxWidgets

drew1horn
2018-06-04
2018-06-04
  • drew1horn

    drew1horn - 2018-06-04

    $locale -a
    C
    C.UTF-8
    POSIX
    $

    So, how do I get pwsafe to use one of these, or add en_US to the supported locales.

    Will a database created on a system with one locale look corrupt on a system with another? I'd expect it to.

    I'm not sure, but i think most if not all of my systems are posix or utf-8 since I don't use any locales supporting more than 8bit characters.

    On June 3, 2018, at 5:18 PM, rafaelx rafael-x@users.sourceforge.net wrote:

    With the command "locale -a" you can list all locals that are supported by your system.

    wxWidgets

    Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/passwordsafe/discussion/134800/

    To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/

     
  • rafaelx

    rafaelx - 2018-06-04

    On an Ubuntu you can install further language packages from the repositories.

    sudo apt-get install language-pack-<locale>

    To figure out the exact package name you could search for all available packages that contain language-pack in their naming.

    apt search language-pack

     
  • rafaelx

    rafaelx - 2018-06-04

    I was faced with the same problem while setting up a new Linux and have solved it with the following steps today.

    Open the following file with an text editor as root.

    E.g.: sudo nano /etc/locale.gen

    Remove the hash character of the following line and save the file.

    '# en_GB.UTF-8 UTF-8'

    Execute the following command.

    sudo locale-gen

    Check once again the available locales.

    locale -a

     
    • drew1horn

      drew1horn - 2018-06-04
      • I took your prior suggestion and installed language-pack-en.
      • This installed a couple of dozen English regional dialect locales.
      • This took care of the problem.
      • Your latest suggestion may solve the problem without installing as
        much cruft.
      • I'll try it when I upgrade the next box to 18.04.

      On Mon, Jun 4, 2018 at 7:27 PM rafaelx rafael-x@users.sourceforge.net
      wrote:

      I was faced with the same problem while setting up a new Linux and have
      solved it with the following steps today.

      Open the following file with an text editor as root.

      E.g.: sudo nano /etc/locale.gen

      Remove the hash character of the following line and save the file.

      '# en_GB.UTF-8 UTF-8'

      Execute the following command.

      sudo locale-gen

      Check once again the available locales.

      locale -a

      Re: [passwordsafe:discussion] wxWidgets
      https://sourceforge.net/p/passwordsafe/discussion/134800/thread/fb719616/?limit=25#f404


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/passwordsafe/discussion/134800/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

      --
      The sheeeep don't like it!
      Rockin' the catbox!
      Rock the catbox!

       

Log in to post a comment.