Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    How to display Greek characters in a mail send from OPAC correctly?

    • Article Type: General
    • Product: Aleph
    • Product Version: 18.01

    Desired Outcome Goal:
    How to display Greek characters in a mail send from OPAC correctly?

    Procedure:
    When using the character conversion "Unicode/UTF-8" the Greek characters are displayed properly in the mail send from OPAC. Therefore you should change the order of the different character conversions in file $alephe_root/www_f_eng/full-mail and assign "Unicode/UTF-8" the default value by adding the "checked" parameter:

    $alephe_root/www_f_eng/full-mail
    <tr>
    <td class=td2 id=small >
    <input type="radio"
    name="encoding"
    value="NONE "
    $$1100-C"NONE "checked>Unicode / UTF-8 (non-Roman character sets)
    </td>
    <td class=td2 id=small >
    <input type="radio"
    name="encoding"
    value="UTF_TO_WEB_MAIL_ASCI"
    $$1100-C"UTF_TO_WEB_MAIL_ASCI">ASCII (recommended / default)
    </td>

    <td class=td2 id=small >
    <input type="radio"
    name="encoding"
    value="UTF_TO_WEB_MAIL "
    $$1100-C"UTF_TO_WEB_MAIL ">ISO 8859-1 (Roman character sets)
    </td>

    Category: Z39.50 (500)


    • Article last edited: 10/8/2013