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" <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: Re: [hatari-devel] Character conversion for filenames in GEMDOS HD emulation
- From: Max Böhm <mboehm3@xxxxxxxxx>
- Date: Thu, 24 Jul 2014 22:39:44 +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=vNPuInQCdHYuL/kIf4Zm/f0xFIR7Vpmh/3ym5fNXnaM=; b=mAWe1FRFFUfvJk1jpRhhnV7fIGvwsZJr8cuShvPNoqhbxzR0XIOVozg5EuoLPygK9w Wfg4w19Owc+Xwo3f+R88GjfbSuUQeajGs6esjmjvoErrgaPMEFdTXouJBLrwEbG+QznF WMGUSUioBmBTbRGLiXyXA6Yc/ZO5UeqIVJTDNCMQdT+L7wytDPHqMsmyG8a6B+d15Eax EkYybcfMMxBEUtT5v7trJb+bS9eOKwCS8gdPXBS4Z66fPoufFfT/Vl7/tJwvnRPvUXmh l48UiwsY8J0xmAZLoKY99cfkU5PSfXKA9XFCTXapyg+YIWXSbC7y1DCVv6YBwuk0SBXR VxGA==
Hi all,
I have now tested the GEMDOS HD filename patch also on OSX and can confirm that
it works also on this platform. The conversion of the OSX UTF-8
variant (decomposed
form) into the normal precomposed form was invoked at the wrong place,
which I have
fixed now. The updated version of the patch is here:
https://gist.github.com/3e0d0ac07c311b7d920f
I verified that it works on Linux, Windows and OSX.
Max