You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2011/08/31 00:15:09 UTC

[jira] [Created] (UIMA-2221) web page display of (TM) trademark not working

web page display of (TM) trademark not working
----------------------------------------------

                 Key: UIMA-2221
                 URL: https://issues.apache.org/jira/browse/UIMA-2221
             Project: UIMA
          Issue Type: Bug
            Reporter: Marshall Schor
            Priority: Minor


While updating the web pages, I noticed that the symbol that used to display as a small TM (for trademark) wasn't displaying correctly. I fooled around with several alternatives, but couldn't get this resolved.

I did determine that if the trademark is coded as & # 0 1 5 3;  (with no spaces - here it is with no spaces, which this Jira displays as the TM symbol: &#0153; ), then our Anakia transform transforms this into hex 99 in the xxx.html generated page, which, displays OK in a browsers.  If however, you upload load this to Apache, and view the page from there, it displays incorrectly.

In firefox/chrome, if you download the Apache page as "html page only" mode, then you can display that ok locally, again.  But if you download the Apache page as "web page complete" - some kind of transformation happens, including changing the charset= from iso-8859-1 to utf-8, and then the bad display happens.  If I manually change that charset back to iso-8859-1, the tm appears again.  
I'm stuck at the moment to understand what is going on, or how to fix.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (UIMA-2221) web page display of (TM) trademark not working

Posted by "Marshall Schor (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor closed UIMA-2221.
--------------------------------

    Resolution: Fixed

> web page display of (TM) trademark not working
> ----------------------------------------------
>
>                 Key: UIMA-2221
>                 URL: https://issues.apache.org/jira/browse/UIMA-2221
>             Project: UIMA
>          Issue Type: Bug
>            Reporter: Marshall Schor
>            Priority: Minor
>
> While updating the web pages, I noticed that the symbol that used to display as a small TM (for trademark) wasn't displaying correctly. I fooled around with several alternatives, but couldn't get this resolved.
> I did determine that if the trademark is coded as & # 0 1 5 3;  (with no spaces - here it is with no spaces, which this Jira displays as the TM symbol: &#0153; ), then our Anakia transform transforms this into hex 99 in the xxx.html generated page, which, displays OK in a browsers.  If however, you upload load this to Apache, and view the page from there, it displays incorrectly.
> In firefox/chrome, if you download the Apache page as "html page only" mode, then you can display that ok locally, again.  But if you download the Apache page as "web page complete" - some kind of transformation happens, including changing the charset= from iso-8859-1 to utf-8, and then the bad display happens.  If I manually change that charset back to iso-8859-1, the tm appears again.  
> I'm stuck at the moment to understand what is going on, or how to fix.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (UIMA-2221) web page display of (TM) trademark not working

Posted by "Marshall Schor (JIRA)" <de...@uima.apache.org>.
    [ https://issues.apache.org/jira/browse/UIMA-2221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13094869#comment-13094869 ] 

Marshall Schor commented on UIMA-2221:
--------------------------------------

I asked about this on infra, and Joe Schaefer says "The webserver expects content to be
UTF-8 and sends a Content-Type header to that effect.  That's probably what you are bumping up against."

> web page display of (TM) trademark not working
> ----------------------------------------------
>
>                 Key: UIMA-2221
>                 URL: https://issues.apache.org/jira/browse/UIMA-2221
>             Project: UIMA
>          Issue Type: Bug
>            Reporter: Marshall Schor
>            Priority: Minor
>
> While updating the web pages, I noticed that the symbol that used to display as a small TM (for trademark) wasn't displaying correctly. I fooled around with several alternatives, but couldn't get this resolved.
> I did determine that if the trademark is coded as & # 0 1 5 3;  (with no spaces - here it is with no spaces, which this Jira displays as the TM symbol: &#0153; ), then our Anakia transform transforms this into hex 99 in the xxx.html generated page, which, displays OK in a browsers.  If however, you upload load this to Apache, and view the page from there, it displays incorrectly.
> In firefox/chrome, if you download the Apache page as "html page only" mode, then you can display that ok locally, again.  But if you download the Apache page as "web page complete" - some kind of transformation happens, including changing the charset= from iso-8859-1 to utf-8, and then the bad display happens.  If I manually change that charset back to iso-8859-1, the tm appears again.  
> I'm stuck at the moment to understand what is going on, or how to fix.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira