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

Similar Messages

  • How do I insert the trademark symbol to my text in FW?

    Apologies for the newbie question.
    Thanks

    If you have Fireworks CS3, you can insert special characters
    such as the "tm" symbol by clicking
    Window >> Others >> Special characters. Then
    select the "tm" symbol from the panel (bottom row, sixth from the
    left).
    Note though, that if you intend to publish your project on
    the Internet, it's generally better practice to write proper ASCII
    codes to generate the tm symbol. Use
    ™ whenever you need to invoke the symbol.
    Hope that helps. :)

  • 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

  • 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)

  • 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.

  • 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

  • Trademark symbol issue

    Hi All,
    We are facing one issue with Trademark symbol in SAP.
    When user copy this symbol from word pad into SAP the trademark(TM) symbol gets converted to '#'.
    This means that this symbol is not supported in the SAP code page. But we could not able find way to insert it into any code page.
    We have tried note # 535936: Created 9134 as copy of 1134 and added 357 character into 9134 code page.
    This 9134 is attached to ZSAPWIN device type which is copy of SAPWIN.
    And ZSAPWIN is attached to locl output device.
    Still TM converted into # in print preview.
    Please help.
    Regards,
    Dhanraj

    I wouldn't think so....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "iwics2" <[email protected]> wrote in
    message
    news:f9d4pt$drg$[email protected]..
    > Wondered if it makes a difference to search engines if
    my text is
    > italicized? I
    > have a key word, Beyond 3G, and whenever it appears on
    our site, I've got
    > it
    > italicized with a ? (trademark) symbol next to it. Is
    this an issue for
    > SEO?
    >
    > Thanks
    >
    > KB
    >
    >

  • Permanently save line spacing in a multi-line text field

    Me: Adobe Acrobat 8 Pro, Windows Vista
    (I think the people who will be using the form have Reader 7 on Windows)
    I work in a doctors' clinic, and we use phone message sheets to document conversations between the patients/us/nurses/doctors, and I scanned the form and made it into a fillable PDF for our secretaries to fill out more quickly. The "message" area has pre-printed lines on it, and the multi-line text field I placed there needs to match up to the lines. I used the Rich Text Formatting options to set it to "Exactly 24 Points," but I can't get it to KEEP the formatting permanently. The only way I could get it to save the formatting in that field was to put a space in it and then save it, and then give that to the 2 phone secretaries. It works perfectly the first time, but instead of just closing/re-opening the file to start a new message, one of the secretaries highlights everything in the "message" field and deletes it... which deletes the line spacing formatting. I've told her
    b numerous
    times to leave that starting space in the field, but she "forgets" so all of her messages look messed up. So is there a way to force that line spacing
    b PERMANENTLY
    ???? Here's a shrunken screenshot of the field -- I wish I could just erase the lines altogether so the spacing wouldn't matter, but the secretaries type/print the message out, then the nurses/docs write on the page with pen so the lines have to stay. http://img187.imageshack.us/my.php?image=notepreviewph8.jpg
    Thanks!

    You can set the font size of the text. Then play with the underlines in the original document to match the needs of the font that is used. Print to a new PDF and then use replace pages to put the new page into the form without changing the form fields. I was able to do this with a word processing document by adding underlining in the document with 12 pt and setting the font to 12 pt in the text field. You can play with the font, the border of the field, and the underlining in the original document to get the desired result. Is this optimal, probably not. However it does the job.

  • Multi Line Text Custom Field

    Multi line text custom field is not coming in ms project Professional

    Pradeep,
    You cannot access Multiline text fields from Project Professional and in Project Server Views. These fields are for use in Project Details pages and with workflow for demand management in Project Server. Please refer to the article shared in earlier post.
    I would recommend you to create a Excel/SSRS report if you would like to show data available in this fields to end users.
    Hope this helps.
    ===================================================
    Thank you,
    Kiran K.
    If a post answers your question, please click "Mark As Answer" on that post and "Vote as Helpful

  • How to pass line text into string of 72 characters

    Hi,
    I need to to pass  material text lines to a file for processing into different SAP system.
    Currently i am having multiple text lines stored in an internal table. I am looping that table and checking the string length of a first line.If it is less than 72 characters then i need to add spaces at the end of the text and make it 72 and pass it to workarea-field.
    However, while passing the next line text it is overwriting the spaces of first line and that is making the text meaning difficult to understand when passed to the other SAP system.
    Let me know how to approach.
    Thanks,
    Ankur

    Hi,
    This will not work as it splits the text as per the position.
    However what i would need is if i am entering text like this.
    Material ABCD --> Line 1
    This is finished product 9-series material used for high-value equipments. ---> Line 2
    Currently,  when transferring this data over the file it goes to the other system as
    Material ABCDthis is finished product---> upto 72 characters
    9 series material used for high-value ---> upto 72 characters
    equipments.
    So if there is less than 72 characters in the first line it takes 2nd line text. However it is ok if the text has more than 72 characters as it goes into the next line and still makes the meaning intact.

  • How to display multple line text in a single cell in ALV?

    Hi all,
    I have 'Material Detailed Description' field in my ALV report, and it's taken from a multiple line text table. Is there any way so I can get this whole text to fit in a single ALV cell (not in single, but multiple line, as in original text data)?
    Thank you.

    Hi
    If you want you can display this long text field in ALV but the allignment of the ALV not looks good. so generally we won't display them in the output,
    instead, in the interactive list write the code to call that MM03 transaction, and the user can see that text in the transaction when ever double clicked on that MATERIAL field.
    Reward points for useful Answers
    Regards
    Anji

  • How to create a muli line text area using JavaFx

    Hi all,
    Since the preview SDK does not contain TextArea any more, I am wondering how to create a muli line text area using JavaFX. The behaviour of this text area/field should be somehow similar to JTextArea in Swing or StyledTextWidget in SWT.
    Does JavaFX have any support for this? What would be a sensible approach to create such a widget?
    Thanks for your suggestions,
    br michael

    This is a pretty old thread (I know I came across this while searching for something similar recently), but I figured I'd throw this out there in case other people might find this useful. As I write this, JavaFX's latest version is 1.3... which may have added the needed functionality since the last post.
    You can now create a multi-line text area using a TextBox and by specifying the nubmer of lines and setting the "multiline" value to true. It may not offer all of the same functionality as JTextArea, but it did the job for what I needed... newlines by pressing enter, scrollbar if text surpasses height, etc.
    Here's a simple example:
    Group {
       content: [
          TextBox {
             text: "This is a multi-line textbox"
             lines: 10  // <-- this may/may not be necessary depending on your situation. Default is 5.
             multiline: true
    }Edited by: loeschg on Jul 29, 2010 2:59 PM

  • Printing trademark symbol in HP laserjet printer

    Hi,
    I need to print trademark symbol (TM) from HP laserjet 4250 printer.
    Since the SAP driver/device type does not have the character set containing tm symbol,
    I am getting a # sign in the output.
    I need to configure a custom character set with the symbol and for which I need the hex code of the trademark symbol corresponding to the specific HP laserjet printer.
    I contacted HP global support but they could not tell me the hex code for a tm symbol in their printers.
    Can anyone of you please let me know the code value or guide me where can I get it?
    Regards,
    Shuvendu

    Hi,
    I am sure these 2 notes will help you.
    SAP Note 535936 - Printing Windows-1252 special character
    SAP Note 812821 - Cascading Font settings
    Regards,

  • Printing all text in a multi-line text field??  Can it be done?

    I was wondering if there is a way to print out a multi-line field and have all text entered print as well.  Currently, anytime someone enters more information in a multi-line text field on our form than is set to show without scrolling, when a PDF is created for printing from the results page, only the text that fits within the specified size prints.  You can scroll within the PDF and read it all, but I can't seem to figure out how to get all of the text to show and have that field resize accordingly on the printed copy.
    Is there a way?  Thanks.

    Is there an easy way to determine the character count that is visible in a given multi-line text field when designing the form, so if I want to allow 500 characters, the text box I create is large enough for 500 characters?  Obviously I can just do a trial and error process using a cut and paste of 500 characters and testing it, but is there an easier way?

  • How to validate for non-english character on a single line text field

    In a "Single Line Text" field we would like to allow the users to enter alpha numeric values only. We should show error when the user enter non-English values like
    carácter
    Vijayaragavan, MCTS

    Hi,
    According to your post, my understanding is that you wanted to validate for non-english character on a single line text field.
    I recommend to use jQuery to attach regular expression validation. Please refer to:
    Using #jQuery to attach regular expression validation to a #SharePoint list form field
    In addition, for custom validations you can create your own Types. Refer to
    this[^] for creating custom field type
    More information:
    SharePoint Custom Field - Regex Validator
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

Maybe you are looking for

  • Can't find printers on Airport Extreme network when in Classic

    I run a lab with 24 computers - 10 new imac flat screens and 14 older imacs using Mac OS 10.3.5. Still have some software I need to use on the older ones which require Classic (PhotoShop 6.0). Problem is that when I'm in Classic I can find the one hp

  • MacBook Pro DVD/CD not engaging

    My 15 inch MacBook Pro will not play DVD's or CD.   There are no errors - the discs are not engaging and just ejecting. I have tried several store bought DVDs and CD's.  My Apple Care just expired earlier this month.  Thanks for any advice! 

  • Account suspended unable to release?

    Yesterday I turned the auto recharge off and then on again and today I found my Skype account suspended. I talked on live chat and I had to provide details etc. I still do not have my account release and this is an outragious practice. Did you do it

  • Logical System Is Inconsistent

    We have done some development for COPA, and I keep getting an error "Object CTR BFS/100016 is assigned to logical system BFS, but should, according to the distribution scenario you have configured, be assigned to logical system BFSBF6030".  This syst

  • How to flatten sparse table records?

    We have an application that (unfortunately) stores its data in a "long thin" name-value style format, which we then have to pivot into "wide" records for outputs. We're aiming to do this with materialised views, but want to take advantage of partitio