WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [SOLVED] Microcore Doesn't See Directories with Characters from Other Languages!  (Read 14787 times)

Offline monday66

  • Newbie
  • *
  • Posts: 19
Hello there, my problem is simple.
I have some directories on my computer that are named with Greek characters,
i want to just navigate there but microcore doesn't see them!

How can i make something like
Code: (bash) [Select]
cd Αρχείο
and get there?

Thanks for your attention guys!!
« Last Edit: December 17, 2013, 02:46:51 AM by monday66 »

Offline monday66

  • Newbie
  • *
  • Posts: 19
Re: Microcore Doesn't See Directories with Characters from Other Languages!
« Reply #1 on: December 07, 2013, 06:32:14 AM »
Is it so hard for everyone to answer such a simple question?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14544
Re: Microcore Doesn't See Directories with Characters from Other Languages!
« Reply #2 on: December 07, 2013, 07:00:05 AM »
does the font you're using support greek characters?

Offline monday66

  • Newbie
  • *
  • Posts: 19
Re: Microcore Doesn't See Directories with Characters from Other Languages!
« Reply #3 on: December 07, 2013, 07:04:34 AM »
I'm using the default font and No, it doesn't.
Unfortunately as i said the directories with Greek characters are invisible to microcore.

Also, I tried to use the getlocale.tcz that produces the appropriate mylocale.tcz for the language i want,
i found many languages that i could select but Greek was missing. So dead end again.
« Last Edit: December 07, 2013, 07:06:50 AM by monday66 »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14544
Re: Microcore Doesn't See Directories with Characters from Other Languages!
« Reply #4 on: December 07, 2013, 07:08:12 AM »
You could try searching the forums on "utf-8"?

Offline monday66

  • Newbie
  • *
  • Posts: 19
Re: Microcore Doesn't See Directories with Characters from Other Languages!
« Reply #5 on: December 07, 2013, 07:14:34 AM »
Ok, i will search a little more, i will post again tomorrow to let you know if i could fix it.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14544
Re: Microcore Doesn't See Directories with Characters from Other Languages!
« Reply #6 on: December 07, 2013, 07:24:53 AM »
I'm guessing you'll need a bitmap font that supports greek characters if you're working from the console or terminal window, but I never tried myself.

Offline monday66

  • Newbie
  • *
  • Posts: 19
Re: Microcore Doesn't See Directories with Characters from Other Languages!
« Reply #7 on: December 07, 2013, 03:34:15 PM »
Yeah, i'm working from console, what a bitmap font is? i have never heard of them..
And how can i install one?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14544
Re: Microcore Doesn't See Directories with Characters from Other Languages!
« Reply #8 on: December 07, 2013, 07:53:27 PM »
There's something pretty cryptic here:

http://wiki.tinycorelinux.net/wiki:fonts_cn?s[]=utf&s[]=8

google should be able to help with how to install greek bitmap fonts

Offline monday66

  • Newbie
  • *
  • Posts: 19
Re: Microcore Doesn't See Directories with Characters from Other Languages!
« Reply #9 on: December 08, 2013, 03:20:55 AM »
So, yesterday i followed the instructions i found in this thread http://forum.tinycorelinux.net/index.php?topic=3632.0
from "Michael Wells". I installed the dejavu-fonts-ttf-tcz package but i came up with nothing again.

I will search on how to install bitmap fonts this time.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14544
Re: Microcore Doesn't See Directories with Characters from Other Languages!
« Reply #10 on: December 08, 2013, 03:49:32 AM »
Maybe if you took something like Greek-Fixed13.psf.gz from:

http://packages.debian.org/sid/console-setup-linux

and then: "sudo loadfont < /path/to/Greek-Fixed13.psf" things might work?

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Microcore Doesn't See Directories with Characters from Other Languages!
« Reply #11 on: December 08, 2013, 05:27:40 AM »
I'd doubt any font would change anything when files are invisible, if a lack of font would be the only issue, then whichever char is not available would likely be replaced by a placeholder.

What can play a role are filesystem specific mount options, but you have so far not specified the filesystem in question.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline monday66

  • Newbie
  • *
  • Posts: 19
Re: Microcore Doesn't See Directories with Characters from Other Languages!
« Reply #12 on: December 08, 2013, 12:33:12 PM »
Filesystem specific mount options? What do you mean?
do you know how can i fix it?

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Microcore Doesn't See Directories with Characters from Other Languages!
« Reply #14 on: December 08, 2013, 08:50:09 PM »
Maybe if you took something like Greek-Fixed13.psf.gz from:

http://packages.debian.org/sid/console-setup-linux

and then: "sudo loadfont < /path/to/Greek-Fixed13.psf" things might work?

Following that works for me as expected to display otherwise gibberish fonts correctly.



Now if I only knew how to get my initial consolefont back after that...  :-[

Edit: Above procedure broke gpm, pointer no longer moving to bottom area of console - restarting the gpm daemon fixed that.
« Last Edit: December 08, 2013, 09:29:09 PM by tinypoodle »
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)