Using registered trademark symbol in xml to be viewed in flash

I am trying to add a registered trademark symbol in a XML
file to be viewed in flash. The codes '®' and
'®' will not work and display as nothing. The XML file
is encoded as UTF8, any ideas will be greatly appreciated.
thanks

Any ideas people, I just need to fix this and the client
project will be done

Similar Messages

  • Changing the color of a registered trademark symbol in a logo and what is the the symbol's size?

    I have a logo with the registered trademark symbol.  I tried to change the color of the registered trademark symbol to the same color as the logo, using the color replacement tool but it did not work.  Is there another way to change its color?
    Also, I need to find out how big the registered trademark symbol is in comparison to the logo.  (height, width, how far away from the logo the symbol is).  How do I do this?  Trying to use the Ruler tool was a disaster.  As you've probably noticed, I'm very new to Photoshop.
    thanks,

    Depending on what colors you are working with adding a layer above the logo with the "color" layer style may work for you. This really only works if the logo is on white and the TM isn't black or white.
    For Example:
    Before
    Paint (on a new layer) the new color
    Change the layer style of that new green layer to "color"
    And voila!
    If you're working with a black or white TM you may just have to mask it out and make a new one with the text tool, I'm not aware of another way to change it (though I'm not the photoshop guru some of these people are =D)

  • Registered Trademark Symbol will not render in Outlook 2010.

    I am designing an HTML email with a product name that has a registered trademark symbol: ®. I have tried 3 different methods to get this symbol to render in Outlook 2010. Option + "R" to create the symbol, using ® and
    &#174. They all render with one or two question marks in Outlook. They all render fine in web-based email browsers (gmail, hotmail, yahoo). What code can I use that Outlook will recognize and render???
    I only trust inline CSS to render, so a style sheet isn't an option,

    Hello,
    Please try to enable UTF-8 encoding in Outlook to check if it helps. To do this, go to File > Options > Advanced > Scroll down to the "International options" section, then:
    1. Tick the check box labeled "Automatically select encoding for outgoing messages" and click "Unicode (UTF-8)" on the drop-down menu.
    2. Tick the check box labeled "Automatically select encoding for outgoing vCards" and click "Unicode (UTF-8)" on the drop-down menu.
    3. Tick the check box labeled "Allow UTF-8 support for the mailto: protocol."
    Click OK and then test the issue again.
    Please let me know the result.
    Thanks
    Steve Fan
    TechNet Community Support

  • Adding a trademark symbol in xml flash menu

    Hi, I am a front end web designer/developer and
    analyst...struggling with putting an accordian flash xml menu
    together. I have it done except I need to add a simple trademark
    symbol circle with r. I am struggling with how to do this since I
    am not savvy in actioncript. I assume the best way is to add it is
    with a CDATA child node, but do not know how or whatever is the
    best way to get this done since am on a tight deadline. I need
    someone to explain step by step what I have to do to get this
    simple addition resolved. Attached are the links to home page and
    code for the xml file. The left navigation is the asset that I need
    to add the trademark symbol under about, about ADHERE. Thanks so
    much in advance!!!!!!
    index
    page

    Okay, test files are up in the following directory:
    www.saffronthread.com/test
    You can guess which ones are for you. I didn't deal with the
    whole IE stupidness, so you my need to click on the page. But I've
    got several different text fields some runtime some author
    environment and sample text. Works for me on Mac and on the PC I
    checked. Let me know what you find out.
    As for System.useCodePage it is very seldom an actual
    solution to the problem. It is a solution for when you want to be
    sure that the user's Flash Plugin uses the computer's code page for
    text rendering. Read the help entry for it and you will see that it
    is not a solution for making sure that the most people possible
    will correctly receive my text. It is more a solution for, I want
    to make sure that those with Chinese operating systems are able to
    correctly see the Chinese text I have encode with my special
    encoding.
    Most questions that get a "Oh, you must use
    System.useCodePage answer" are more like, "I want to make sure that
    everybody on every type of system can see my special characters."
    The answer for that tends toward proper use of UTF-8 and that is my
    guess for your problem. That your XML file is not being saved as
    UTF-8. If System.useCodePage is helping you that tells me that your
    XML editor is saving to some odd (maybe very popular, but not
    UTF-8) encoding.

  • TradeMark Symbol and Registered Symbol are being replaced by question marks

    Hello Everyone,
    I am using RTF template to generate report in PDF, otherwise "Trademark and Registered" symbols from the field data are being replace by "question marks".
    Any suggestions please.
    Regards
    Charan

    Hi Tim,
    I followed the steps to map external font from this link
    http://www.oracle.com/technology/products/xml-publisher/demoshelf/shelf.html
    Actually, i am not able to find the font name for these kind of symbols (like trade mark or Registered) and also, i am fetching the data from database and them printing on PDF (like a standard process). This trademark symbol is in database.
    Regards
    Charan

  • Problem showing Trademark symbol using ascii code in Flex 3

    I am facing problem in displaying trademark symbol (™) using ascii codes(it is showing square symbol). I have ascii code stored in the database for trademark symbol(ascii code "™" ). So I can't use Hexa code instead of ascii code. But using ascii code I am able to show copyright symbol. Following is the sample code :
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
        <mx:Script>
            var trademarkSymbol = "\u2122";
            var trademarkSymbol1 = "&#153;";
            var copyrightSymbol = "\u00A9";
            var copyrightSymbol1 = "&#169;";
        </mx:Script>
        <mx:Label text="Macromedia™"/>
        <mx:Label text="Macromedia{trademarkSymbol}"/>
        <mx:Label text="Macromedia{trademarkSymbol1}"/>      \\ problem  code
        <mx:Label text="Macromedia©"/>
        <mx:Label text="Macromedia{copyrightSymbol}"/>
        <mx:Label text="Macromedia{copyrightSymbol1}"/>
    </mx:Application>
    Please suggest some solution.
    Regards
    Rajat Sahni

    You must use Unicode values, not Windows extended ASCII values.
    The Unicode value of a copyright symbol is hex 00A9 or decimal 169. This happens to be the same as where it is in a Windows' extended ASCII character set, but this is irrelevant. The Unicode value of a copyright symbol is hex 2122 or decimal 8482. In Windows' extended ASCII it has a different value, hex 99 or decimal 153, but again this is irrelevant.
    So the reason you think it "works" for the copyright and not for the trademark is that the two character sets agree on the value of the copyright but disagree on the value of the trademark.
    Moral: Find a good Unicode table.
    Gordon Smith
    Adobe Flex SDK Team

  • How to use Euro symbol in xml tags?

    How to use Euro symbol in xml tags?

    What do you mean by "in xml tags"? Can you post a three-line XML snippet showing what you hope to achieve?

  • How to load Registered TradeMark and the Copyright Characters ?

    Hello,
    How can I insert the Registered TradeMark and the Copyright Characters in the database ?
    Using SQL*Loader I am trying to load a flat file into a table having CLOB column. But in place of these chars a ? gets into the database.
    Regards,
    Swati.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Swati Agrawal ([email protected]):
    Hello,
    How can I insert the Registered TradeMark and the Copyright Characters in the database ?
    Using SQL*Loader I am trying to load a flat file into a table having CLOB column. But in place of these chars a ? gets into the database.
    Regards,
    Swati.<HR></BLOCKQUOTE>
    Hi
    Maybe you have different character sets on client and server and one of them doesn't support this characters. If it's true for the server you no chance to insert this symbols in character columns. If it's on client you can try to use different character set for SQL*Loader
    Regards
    null

  • Problem in use xmlgen.insertXML to insert XML file to Object Viewse

    I am trying to update XML file to Object View but it failed. Refer to the steps that I was doing.
    1) Use utl_file.get_line to read XML file which I generated (It is no problem)
    2)The xml data is
    <?xml version="1.0" ?>
    - <ROWSET>
    - <ROW num="1">
    <PK_NO>305</PK_NO>
    <ACC_NAME>PAPERS AND CLIPS</ACC_NAME>
    <FROM_NAME>MB METAL PTE LTD</FROM_NAME>
    <MAS_NO>990015</MAS_NO>
    <MAS_DATE>2000-04-07 15:47:52.0</MAS_DATE>
    <CURR_CODE>SGD</CURR_CODE>
    <MAS_CODE>WRFQ</MAS_CODE>
    <REMARK>SADKJAS</REMARK>
    - <LINEITEMLIST_NTAB>
    - <LINEITEMLIST_NTAB_ITEM>
    <ITEM_NO>1</ITEM_NO>
    <STK_C>2506401</STK_C>
    <SP_STK_C>H282828</SP_STK_C>
    <STK_NAME>STICK-ON-NOTES - 11110 1.5, 12 100 SHEET PADS</STK_NAME>
    <UOM>SET</UOM>
    <QTY>10</QTY>
    <SALES_PRICE>95.50</SALES_PRICE>
    <REMARK>SADKJAS</REMARK>
    </LINEITEMLIST_NTAB_ITEM>
    - <LINEITEMLIST_NTAB_ITEM>
    <ITEM_NO>2</ITEM_NO>
    <STK_C>7706001</STK_C>
    <SP_STK_C>H282828</SP_STK_C>
    <STK_NAME>FACESHIELD/EYE PROT CLEAR GLASS WTR PLATE, STANDARD DREW</STK_NAME>
    <UOM>PCS</UOM>
    <QTY>1</QTY>
    <SALES_PRICE>100</SALES_PRICE>
    <REMARK>SADKJAS</REMARK>
    </LINEITEMLIST_NTAB_ITEM>
    </LINEITEMLIST_NTAB>
    </ROW>
    </ROWSET>
    3) From Object View, I generated xml file is
    - <ROWSET>
    - <ROW num="1">
    <PK_NO>2</PK_NO>
    <ACC_NAME>PAPERS AND CLIPS</ACC_NAME>
    <FROM_NAME>MB METAL PTE LTD</FROM_NAME>
    <MAS_NO>990015</MAS_NO>
    <MAS_DATE>2000-06-07 00:00:00.0</MAS_DATE>
    <CURR_CODE>SGD</CURR_CODE>
    <MAS_CODE>WRFQ</MAS_CODE>
    - <LINEITEMLIST_NTAB>
    - <LINEITEMLIST_NTAB_ITEM>
    <ITEM_NO>1</ITEM_NO>
    <STK_C>2506401</STK_C>
    <STK_NAME>STICK-ON-NOTES - 11110 1.5,X2 12 100 SHEET PADS</STK_NAME>
    <UOM>SET</UOM>
    <QTY>1</QTY>
    <SALES_PRICE>10</SALES_PRICE>
    </LINEITEMLIST_NTAB_ITEM>
    </LINEITEMLIST_NTAB>
    </ROW>
    - <ROW num="2">
    <PK_NO>4</PK_NO>
    <ACC_NAME>ABC</ACC_NAME>
    <FROM_NAME>VBF</FROM_NAME>
    <MAS_NO>99200</MAS_NO>
    <MAS_DATE>2000-01-04 00:00:00.0</MAS_DATE>
    <CURR_CODE>SGD</CURR_CODE>
    <MAS_CODE>DSDS</MAS_CODE>
    <REMARK>WRFQ</REMARK>
    <LINEITEMLIST_NTAB />
    </ROW>
    </ROWSET>
    3) I use INSTEAD OF trigger for Object View to insert the data to database.
    I got the message is:
    ORA-29532: Java call terminated by uncaught Java exception: oracle.xml.sql.OracleXMLSQLException:5.
    Anybody can give me the advise for that.
    null

    If you have the ftp server at 8080 running (9iR2 only) the simples way is to upload it to the database through that server. You can then do whatever you want using the xdburitype() procedure.
    Below is an excerpt of a script I use to register XML schema's (I've got some very long ones, about 150K). It should work with "any" file..
    begin
         dbms_xmlschema.registerSchema (
              schemaURL => 'http://www.agralin.nl/WebQuery/ns/&1',
              schemaDoc => xdburitype('/age/&1..xsd'),
              local => TRUE,
              genTables => FALSE,
              genbean => FALSE,
              genTypes => TRUE,
              force => FALSE,
              owner => 'AGE'
    end;

  • Inserting trademark symbol into rtf template

    Hi,
    I'm trying to replace the incoming string '~T~' with the trademark symbol (TM) in an rtf templage. I can use the replace() function to detect the incoming string but how do I insert an extended ascii or unicode character? I've tried the following - <?xdofx:replace(ST_NAME1,'~T~',&#2122)?> but I get a blank space in the pdf preview. Any help would be greatly appreciated.
    thanks,
    Ralph.

    Hi Ralph
    Try the native XSL function 'translate()'
    <?translate(‘45555TM’,‘TM’,’™’)?>
    This renders as 45555™
    Regards, Tim

  • Trademark symbol in line text.

    Is there a way to insert a trademark symbol into the Item > Text?  It seems that registered trademark ® works but not the unregistered trademark. u2122

    Hi,
    please go through the below link it will help you to resolve your issue.
    You need to take help of the abaper as mentioned by J Praksah.
    https://cw.sdn.sap.com/cw/docs/DOC-12185
    /thread/1307951 [original link is broken]
    Regards,
    Krishna O

  • Trademark Symbol

    Can Anybody tell me how to Insert Trademark symbol in Oracle ??
    I have tried the following options :
    1) I have used chr function but to no
    avail (From 1 - 255 ).
    2) I also modified NLS_LANGUAGE parameter
    but nothing.
    Your help is very much appreciated.
    Thanks
    Naresh

    In OS X 10.2, & earlier there was a utility called KeyCaps. This was replaced in Panther & higher with "Keyboard Viewer." Open the International Preference Pane, click on the Input Menu tab & click the box next to Keyboard Viewer. This will make this available in your menu bar by clicking the flag icon. Select "Show Keyboard Viewer" from the flag menu & you will see a layout of the keyboard. You can then hold down the shift key, the option key OR shift + option to see all the possibilities. The highlighted ones are the accents than you can apply to letters. To get "é" type option-e (nothing will appear), then type e. This accent could be place over most letters. You can change the font in the drop-down menu. Not all fonts will have all characters. Keyboard Viewer places the typing directly into the top, open document.

  • The trademark symbol u00A9, u00AE, u0099  in sapscript/SO10 texts

    Hi All,
    We have arequirement to print the trademark symbol  ®, ™ on one of the output e.g google™.
    Does anybody met same problem before? Any solution for it? Thanks in advance.
    Trinath

    hi Trinath,
    may i know how you solve the problem.
    i got the one part number QOSC-143M-85ºC need to be print through zebra printer.
    the zebra code & variable holding the above part number is done in sapscript.
    i've tried using the insert-characters-displayable characters method to hard coded the º symbol in the sapscript. When come to label printing, it will show || instead of º.
    Please advise how you do this in SO10.Also what is the Text ID you're using in SO10.
    thank you.
    Edited by: Boon Kiat Tey on May 22, 2008 11:33 PM

  • Slow interface when using 9-slice symbols?

    Hi,
    Just wondering if anyone else experiences really poor performance within the Flash application when using 9-slice symbols?
    I'm using a Quad Core 9300 with 4GB ram, 512mb 780GTX, Windows Vista (32bit) and CS4 with dual 24" screens.  I have noticed it's slightly better in CS5 with Windows 7 but still experiences similar problems.
    I am wondering if maybe it's related to the dual screen setup. I will try disabling one next.
    By slow interface, I mean clicking on a symbol might take 4-5 seconds to register. Double clicking it, another 4-5 seconds, moving it a single pixel, 4-5 seconds etc.  It gets worse the more symbols there are on the stage.  Hide the layer with them on it and it runs fine.
    I've tried using XP compatability mode, disabling windows aero all with no success.
    I'd be very interested to hear if other people have this issue and if anyone has a solution!
    Cheers,
    Joolz

    Hi,
    Just wondering if anyone else experiences really poor performance within the Flash application when using 9-slice symbols?
    I'm using a Quad Core 9300 with 4GB ram, 512mb 780GTX, Windows Vista (32bit) and CS4 with dual 24" screens.  I have noticed it's slightly better in CS5 with Windows 7 but still experiences similar problems.
    I am wondering if maybe it's related to the dual screen setup. I will try disabling one next.
    By slow interface, I mean clicking on a symbol might take 4-5 seconds to register. Double clicking it, another 4-5 seconds, moving it a single pixel, 4-5 seconds etc.  It gets worse the more symbols there are on the stage.  Hide the layer with them on it and it runs fine.
    I've tried using XP compatability mode, disabling windows aero all with no success.
    I'd be very interested to hear if other people have this issue and if anyone has a solution!
    Cheers,
    Joolz

  • Difference in registering versus not registering an XSD with xml files

    SQL> select * from v$version ;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE 11.1.0.7.0 Production
    TNS for 64-bit Windows: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    With the help of members of this forum, I have been able to successfully register an XSD, save xml files into tables with xmltype columns, and select data from the xml files. For this I am very grateful.
    Forgive me not knowing this but, I can currently do these two things.
    1. Register an XSD and create a table with an xmltype column based off of this XSD. Insert xml into this table that matches the format of the xsd.
    2. Insert an xml document into a table with an xmltype column without registering it's corresponding XSD and then select data from this table too.
    Is there a performance benefit to registering the XSD the xml file is based off of, when it comes to inserting into the table or selecting data from the tables after the insert ?
    The xml files we insert could be anywhere from 1MB to beyond 500MB+ in size, as it depends on the amount of audit data generated. Is there a sweet spot as to how big or small you would keep the size of the xml files to avoid performance issues. If we need to do an audit in the future we would be inserting all the generated xml files into a table and run selects on that table. This data could be anywhere from a day's worth to everything from the time the system went live.
    We want to avoid any over head associated with XSDs if they do hinder performance.
    Thanks for your help in advance.
    Wally

    The xml files we insert could be anywhere from 1MB to beyond 500MB+ in size, as it depends on the amount of audit data generated.Schema-based XMLType (aka Object-Relational or structure storage) is exactly what you need in this case.
    - When you register a schema within the database, Oracle automatically creates a set of object types, collections and tables that map the XML structure to the SQL data model.
    - When you insert an XML instance document in the schema-based table, the XML content is then stored in the underlying relational structure.
    - When you issue queries against the XMLType table, for example using XQuery and XMLTable, Oracle automatically rewrites the query to access the relational objects where the data resides. This process results in very efficient queries whose performance compares to queries against regular tables. The Object-Relational structure also supports indexing.
    The documentation has whole chapters about it :
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb05sto.htm#g1070409
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb_rewrite.htm#BABHJECG
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28369/xdb06stt.htm#BABGFCFG

Maybe you are looking for

  • How To Search For a Text In JTable Column?

    hi there i want to search for specific text in a JTable Column And If The Text Exists Highlits it? any ideas or useful links or tutorials?

  • Itunes folder location problem

    I recently consolidated my library to an external drive but every time I restart iTunes (after a reboot) the default location reverts to local harddrive on my Macbook. Did I consolidate incorrectly? How do I get the music folder location to stay poin

  • 790XT-G45 one of the capacitors fell off

    Hello there msi community and hopefully some MSi engineers  :D Today i opened my case for some dust cleaning and one thing really scared me - I saw a small capacitor laying at the bottom of the case. within few minutes i located the spot where it's m

  • Additional text field in Infoset deleted but not reflected in field selection in Query

    Hi, I have deleted an additional text field in infoset. It was used in one query. Even in the query it is deleted, but when in field selection screen i am not able to delete. If i try to execute the query, I get dump (syntax error) saying in field ty

  • Multiples galleries linked to and from one page

    This is pretty basic need for photographers trying to show shoots to clients. I have multiple shoots associated with one job for one client. Can anyone ( ahem Apple guys) put a feature into the Aperture Web Gallery workflow that will put an index pag