Am Mo., 1. Okt. 2018 um 01:37 Uhr schrieb David Kastrup :
>
> Thomas Morley writes:
>
> > Am So., 30. Sep. 2018 um 15:59 Uhr schrieb David Kastrup :
> >
> >> Tracker issue: 5422 (https://sourceforge.net/p/testlilyissues/issues/5422/)
> >> Rietveld issue: 345090043 (https://codereview.appspot.com/3
Thomas Morley writes:
[...]
>> > ;;
>> > (ps-quote
>> > (if guile-v2
>> > (let* ((utf16be-bom #vu8(#xFE #xFF)))
>> > (string-append (bytevector->string utf16be-bom "ISO-8859-1")
>> >(bytevector->string (string->utf16 val
>> > 'big)
Am Mo., 1. Okt. 2018 um 12:08 Uhr schrieb David Kastrup :
>
> Thomas Morley writes:
>
> [...]
>
> >> > ;;
> >> > (ps-quote
> >> > (if guile-v2
> >> > (let* ((utf16be-bom #vu8(#xFE #xFF)))
> >> > (string-append (bytevector->string utf16be-bom "ISO-8859-1")
> >> >