Foreign characters and internationalization

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • stachoo
    Automated Home Jr Member
    • Nov 2009
    • 32

    Foreign characters and internationalization

    Hi,

    I don't know if this is relevant for many users, but I have two internationalization issues with Idra:

    1. My object names are in Polish with several characters specific to our language. Polish characters appear perfectly in Cortex, but when the names are displayed through the Web Server, they appear in a wrong character set (UTF-8 instead of ISO-8859-2). Manually changing the encoding in the browser fixes the issue temporarily, but it doesn't work on a mobile and this selection is forgotten as soon as the page is reloaded. Is there a simple way to add a '<meta charset="ISO-8859-2">' to all page layouts?

    2. While using Alarm Pro with DFP to arm/disarm the alarm, the pannel usually repeats the same messages in Polish and in English. I had this issue since the beginning and can't get rid of it.

    I will be gratefull for Your feedback...
  • Viv
    Automated Home Ninja
    • Dec 2004
    • 284

    #2
    >>>> Is there a simple way to add a '<meta charset="ISO-8859-2">' to all page layouts? <<<<<


    You could make a copy of the XSL file you are using, rename it and define it in your users configuration.

    You will notice at the front of the file...

    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!-- Copyright Idratek Ltd 2011-2013-->
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:decimal-format name="d" decimal-separator="," grouping-separator="."/>
    <xsl:template match="/">
    <html>
    <head>
    <meta content="yes" name="apple-mobile-web-app-capable" />
    <meta content="index,follow" name="robots" />
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <meta content="minimum-scale=1.0, width=device-width" name="viewport" />

    You can try making changes to the character set used here. Save the file and try...

    You can do this is real time. Make a change in the file, save it, refresh the page in you browser and see the effect.

    Viv.

    Comment

    • stachoo
      Automated Home Jr Member
      • Nov 2009
      • 32

      #3
      Thanks Viv for Your reply.
      I did what You suggested in 5 minutes and it works 100% :-)

      Stan.

      Comment

      Working...
      X