There are some other incompatibilities with this script.....ncurses is just being a pain lately. I may change to whiptail
In any event, I have a little work to do before I can upload it.
Results 11 to 20 of 34
-
2019-10-24, 18:27 #11piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2019-10-27, 08:03 #12
Alright, getlocale.tcz is up and should be working. also fixed an issue with glibc locales. Let me know.
If you already have downloaded getlocale, you can do an update by running
pcp-update getlocale.tcz
and then rebootingpiCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2019-10-31, 01:48 #13
- Join Date
- Aug 2018
- Posts
- 4
I updated my copy of getlocale.tcz as you indicated.
getlocale.sh works properly now and I was able to successfully set the locale to en_US.UTF-8.
Thank you very much!
-
2020-02-20, 00:34 #14
- Join Date
- Jan 2020
- Posts
- 53
Hi,
I just installed getlocale.sh from extension page.
Launch it, install fr_FR.UTF-8/UTF8
Add fr_FR.UTF-8 in boot code page in LANG= field
Save and Reboot.
But i'm not able to rename file with accent like "é" or "ï" they are replaced by ?
How to deal with this please ?
EDIT : switching my HDD from fat32 to ext4 format solved the problem.Last edited by a491765; 2020-02-20 at 15:09.
-
2020-12-04, 04:36 #15
- Join Date
- Nov 2012
- Posts
- 22
piCorePlayer 6 --- switch $LANG to UTF8
Hi All,
had to reinstall picoreplayer and switched to version 6.1.0. I'm trying to set $LANG to de_DE.UTF-8/UTF-8 using getlocale.sh and appending LANG=de_DE.UTF-8/UTF-8 to cmdline.txt, neither works.
Can anyone help, please?
Best Regards
Matti
-
2020-12-04, 06:14 #16
Any errors when you run getlocale.sh?
What is not working?piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2020-12-04, 07:29 #17
- Join Date
- Nov 2012
- Posts
- 22
Hi Paul,
thanks for answering ... There are no errors from getlocale.sh, mylocale.tcz is generated and no errors occur during boot either. Both getlocale.tcz and mylocale.tcz are present at the end of onboot.lst.
It's just that the locale does not change from "C" to "de_DE.UTF-8/UTF-8", which i think it should after running the script, ammending LANG=de_DE.UTF-8/UTF-8 to cmdline.txt and rebooting (i can remember that this is what i did with pCP 3 at the time).
Can you help, please?
Best Regards
Matti
-
2020-12-04, 08:50 #18
I believe it should be you need to add
lang=de_DE.UTF-8/UTF-8 (Lower case lang=)
to cmdline.txtpiCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer
-
2020-12-04, 11:34 #19
- Join Date
- Nov 2012
- Posts
- 22
-
2020-12-04, 15:08 #20
It's because the file systems encoding schemes are not loaded by default. Load the extra file system support found on the LMS page. That's likely all you needed.....normally all the locale changing is not needed.
piCorePlayer a small player for the Raspberry Pi in RAM.
Homepage: https://www.picoreplayer.org
Please donate if you like the piCorePlayer