Re: [hatari-devel] Character conversion for filenames in GEMDOS HD emulation |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Character conversion for filenames in GEMDOS HD emulation
- From: Max Böhm <mboehm3@xxxxxxxxx>
- Date: Mon, 14 Jul 2014 17:34:24 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=w9yf91HtDxxxxxSKAsSkR+lRiDoGh+N2ibCEr7h+O3g=; b=dSNcsIc9Q9olxnEqhRMmj5sMCcV4vtk8wSF8ApvQvoDCbwoCz4JblviyAkUbr270Dh fVXlHKE+4toESYPh+z0ZhV1CEeL87VxiX0CeYZIYLb+Q/1pZxYeCGe7lYJZ2TWCvPTc2 i6c+xJj2iTYptnam7Q5zkbzcXrI8FXJR4kRsupPY0MCQXygaKj9l7VticBMq1hr/Azoo fLnY3qQiAXy4HupdXOQMGQ98PA7HkJseYXIcJkbL8bC7idJFGI8TimRV4oE5N09laHej jAksGjRsrJux23yuhoGIETe2ZaqEWn2a739FgvdPi2LNKkI7LwH+hOPzJM2FFQA+JAS/ 7waw==
Hi Thomas,
> Umlauts are not valid characters in GEMDOS file names. See
> http://mikro.naprvyraz.sk/docs/GEM/GEMDOS.TXT for example for a
> list of valid characters. So if you have files with umlauts in
> their names on your host filesystem, you should rather rename
> them there first before using these directories with Hatari.
That is the specification, but on the other hand it is possible to create
files with special characters with GEMDOS functions.
Actually all my files with Umlauts have been created on the Atari ST
itself through Atari applications (e.g. 1st Word Plus) and not on the host
system. And all these files work if I use a harddisk image. In my view the
user experience would be more consistent if the GEMDOS emulation
would support it too.
Max