<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Jari et al.,<br>
    <br>
    if I set the composer field in the Score manager to the following
    combination of Japanese and Western letters (with copy&paste),
    Finale crashes when calling  FCFileInfoText:LoadComposer() :<br>
    原 塁ABC<br>
    <br>
    Hope this text is sent correctly through the email, otherwise I'll
    post a Finale document with the text in a second email.<br>
    <br>
    Code snippet:<br>
    local fileinfo=finale.FCFileInfoText() <br>
    fileinfo:LoadComposer()<br>
    <br>
    The same crash occurs with the other FCFileInfoText objects
    (arranger, title etc.)<br>
    <br>
    I think it's caused because of the empty space which is symbol
    U-3000 in unicode (called "IDEOGRAPHIC SPACE").<br>
    There was a JW Lua thread some years (resulting from the work on my
    music font comparison) where I noticed that some unicode symbols
    lead to crashes of JW Lua/Finale.<br>
    I haven't found the email, but if I recall it correctly it was some
    multiples of 0x100 (though it didn't affect all multiples).<br>
    If I change the second symbol to U-3001 it doesn't crash. This is
    the following snippet:<br>
    原、塁ABC<br>
    <br>
    Best,<br>
    Jan<br>
  </body>
</html>