Symbols do not flow into InDesign from standard text file

Within our application, we have the option to type in symbols within a text editor. Symbols include the copyright, registered, and trademark symbols. We then take the text that is typed in and merge the text to a standard text file, then place that file within InDesign CS3. At one think those symbol flowed in perfectly, but recently those symbols do not flow into InDesign on their own. What could be causing this problem.
Any body have any thoughts?
Thanks,
Brian

You can get these three (serif) characters in Symbol with
<0xF6D9><0xF6DA><0xF6DB>. Your three characters come in pink (which
means they don't exist in the font). It could be that they used to work
because you had a different Symbol font loaded. I always seem to have at
least three Symbol fonts (T1, TT, OT) going, even though I try to only
have one.
But why bother with the font change? These characters are ANSI: © ALT
0169, ® ALT 0174, ALT 0153. You should be able to see them in your
text editor and in just about every decent text font.
Kenneth Benson
Pegasus Type, Inc.
www.pegtype.com

Similar Messages

  • Import data into oracle from a text file?

    hi guys,
    How can we import data into oracle9i release 1 from a text file with comma seperated or tab seperated delimeters?
    please help,
    Imran

    table is already created, just have to populate data into table through a dat or text file. As suggested, you would either:
    1). use SQL*Loader to load the data into this table.
    2). create external table on that data file and then do:
    INSERT INTO your_real_table
    SELECT * FROM that_external_table ;

  • How to import data into JTable from a text file?

    thanks in advance!

    My guess is you will have to read the data in from the file, parse it, populate some vectors or something and use those vectors to instantiate the JTable. You could use FileReader to read in the data:
    FileReader in = new BufferedReader(new FileReader(file));then use StringTokenizer to parse it.
    m

  • Billing document are not flowing into FI and COPA

    Hello SAP CO gurus,
    please help me out by giving possible reasons why Billing document are not flowing into FI and COPA.
    what are the settings need to check?
    is there any option to get release by manual?
    Initiatives rewards with points........
    Regards
    Chandra.

    Hello Chandra,
    Check whether any standard cost estimate is existing for that material for which your billing. If it is there then check whether costing key from COPA is able to access the cost estimate.
    I am also working on the same issue but not solved yet.
    regards
    Nivas

  • Tax and pricing info are not flowing into Idoc orders02-eledp04 and 05

    Hi,
    We are carrying out SRM5.5 -SUS and ECC6.0 Integration using PI 7.
    We are configuring for the MM-SUS Scenario.
    Now,to accomodate the Tax / Pricing we have installed the add on
    component LOCINSUS and we are having doubts on how to use it:
    1) Tax and pricing information are not flowing into IDOC- orders02
    (e1edp04 and e1edp05 segments are not present in the created IDOC). The
    condition print indicator in checked on ECC System and we have also
    implemented SAP note 995986.
    2)In create ASN transaction , we are not able to see the Excise Invoice
    Number and Date field in Basic data tab as expected from SAP Library
    document although we have installed the Localization Add on component.
    Please help us to reso1ve these issues,
    Regards,
    Mani
    099890-22217.

    Mani,
    Did you resolve this issue, because we are having the same issue in ECC6 with IDoc ORDERS02.
    If you did resolve this issue could you please let us know how, much appreciated.
    Bill.

  • Group Memberships not Flowing into Metaverse

    Hello,
    I'm trying to figure out why the group member attributes in the CS are not flowing into the MV.  Here's what I have:
    An HR system running on SQL Server
    A staging database that extract data from the HR system
    The staging database has a table representing person object
    The stating database has a table representing person multi-valued attributes (i.e location, job code, etc)
    The staging database has a table representing group objects
    The staging database has a table representing group memberships (mult-valued)
    A SQLMA connected to the person and person multi tables
    A SQLMA connected to the group and group membership tables
    All group memberships are based on job codes and locations.  There are no approval process in place.  If they have this job code, they get certain groups.  That's all calculated in the staging database and the memberships are in the group membership
    table
    This system does connect to AD (and a few other things), but I'm not concerned with that, right now.
    I've read 100 articles on this, most of them over 5 years old, and tried the ones that made sense.  The flow from the database into the CS works well.  No issues there.
    But, a search of the metaverse for the group shows an empty member attribute.  The sync process is not throwing any errors.  At least they're not showing up in the sync service app or the event logs.
    Where allowed, I'm using rules extensions for everything.  I can't use a rules extension to set the member attribute because it's an rdn.
    I'm going to move forward with this by extending the metaverse schema and adding a multi-valued string attribute named "memberOf" to the person object.  Then, I'll modify my existing MA to use that attribute instead of the member attribute. 
    I'm not sure what kind of issues I'm going to run into when exporting that to AD.  I'll cross that bridge when I come to it.  I don't anticipate that being an issue as the dns for all these objects will be calculated by the ADMA based on locations,
    group functions and person types (bascially, I don't care about the MV rdn).
    Anyway, I'm looking for some real world insight on this.  This whole effort is to migrate off an existing IDM system that works very, very well but quite expensive to license.
    Thanks,
    Greg Wilkerson

    Hey Cameron,
    I have total control of all the DB tables FIM is accessing.  I build them up as part of IDM process.
    I've read this article, along the many others that address the "manager" scenario.  This really doesn't apply in this case as the user and group objects are loaded in separate MAs.  Getting reference values to flow with both object live in the
    same CS shouldn't be an issue. 
    I also saw a solution where the group and user objects were in the same table and differentiated by the "object_type" value (user, group).  That solution solved the issue of the groups and user being in the same CS.  As I grow tired of my daily
    FIM beatdown, that solution is growing more attractive.  That's a major DB redesign, and seems quite inefficient.
    The multi-value table for group memberships already exists in the DB.  For FIM purposes, I transferred that data into the user object multi-value table.  See screen shot.  I can certainly configure the group MA to access that multi-value table
    and load the group members as references.  But, because the group MA CS will not contain the user objects, I don't see how the references will be set.  If the reference value isn't set in the CS, it's not going to flow into the MV (at least I haven't
    figured out a way to set the an reference value for an object in the MV - my problem all along.
    This whole "setting a reference value" encompasses much more than just group memberships in my implementation.  Telephone resources and physical access (key cards, etc) are provisioned through the existing eDirectory system.  These objects exist
    in our current IDM system and are associated with users based on rules.  So, the reference value process is something I need to figure out, if I'm going to use this product.
    Maybe I could use a stripped down ECMA2 as a "staging" CS, export the users and groups into this CS and assign the reference values, then import the groups back into the MV, memberships intact.  I'm not sure that would get me where I want to go, and
    it seems like a lot of extra "stuff" to solve what should be a simple problem.  Hmmmmmm.  Or, connect the ECMA2 directly to my group membership multi-value table in the DB.  Hmmmmmm.  I'd still have to export the groups and users into that
    CS, but the import might be much more straight forward.  Hmmmmmm.
    The structure of my GroupMembership table (both columns are anchors or directly translatable to anchors):
    EmployeeGroups
        GroupName varchar(50) not null,
        EmployeeID nvarchar(50) not null,
        ID int identity(1,1) not null

  • Excise Duty Base Amount not flowing into ARE -1

    Dear Friends,
    While Iam creating ARE-1 for the Exports Excise Invoice - Excise Duty Base Amount not flowing into ARE1
    thanks
    Sasi

    Dear Lakshmipathi,
    Earlier Liable to AT1 is ticked but not Indicator NCCD,I have checked after ticking the NCCD as well....
    In my pricing procedure i dont have the NCCD condition .....as its not required.
    In classify consditiontypes: I have maintained PR00 condition type as well along with Excise condition types...Do i need to maintain this PR00 anywhere else
    or
    Is there anything I need to do with the assesable value.......if so how should be the entry like in the pricing procedure?
    Can someone please provide me the solution...its very urgent
    Thanks
    Sasi

  • How to read some records from a text file into java(not all records)

    hello,
    how to read text files into java. i need only few records from the text file not all records at a time.
    If any one knows plz reply me
    my id is [email protected]

    this snipet reads a text file line by line from line 1 to 3
    try {
                  FileReader fr = new FileReader(directory);
                  BufferedReader br = new BufferedReader(fr);
                  int counter = 0;
                  while ((dbconn = br.readLine()) != null) {
                      switch(counter){
                          case 0:
                            status = dbconn;
                          break;
                          case 1:
                            userName = dbconn;
                          break;
                          case 2:
                            apword = dbconn;
                          break;
                      counter++;
                  br.close();
        }catch(IOException e){
        }

  • Customer receipts and payments are not flowing into PS module

    Dear Team,
    I am new to the PS module..... Customer receipts and payments are not flowing into PS module. Kindly let me know the missing configuration steps.
    Thanks !!!

    Sagar Kapadia wrote:
    > 1) What is the pre-requisite configuration for activation of Commitments and Project Cash management in the PS system?
    > 2) Is there any word of caution which needs to be kept in mind at the time of activation?
    > 3) once activated, what will the impact on the data? Are there any chances of data inconsistency?
    >
    Only one pre-requisite is the creation of FM area.
    As I suggested earlier, please read SAP help which will answer all your queries.
    Please follow the below path...
    SAP Help Portal >>> SAP ERP Central Component >>> Financials >>> Project System >>> Payments >>> Project Cash Management.

  • Material delta changes are not flowing into CRM

    Dear All,
    material delta changes are not flowing into CRM, because the product hierarchy on material has been changed to a new product hierarchy. I do not want to download again the object DNL_CUST_PROD1 because it maight cause inconstancies in CRM. (I have already defined some z product hierarchies in CRM)
    Do I need to create the new product hierarchy also in CRM manually?
    Appreciate any inputs
    Raj

    Hi Raj,
    Use the transacrion R3AR2 to create a z object for DNL_CUST_PROD1 and assign DNL_CUST_PROD1 as the object name
    Then in request detail screen for new z object enter the details like table name (T179 in your case) and the name of the product hierarchy that you want to bring in. Save the transaction
    Then use the transaction R3AR4 to initiate the download for your new z object as you normally do in R3AS.
    Then go to SMW01 and reprosess the struck Bdoc.
    Reward points if helps,
    Regards,
    Paul Kondaveeti

  • Revenue values are not flowing into COPA

    Dear Experts,
             We are processing the MTS normal scenario. Here the revenue values are not flowing into COPA when FG sale. But when we process the Raw material Sale values are flowing to COPA smoothly. Here the SD condition Type, Revenue Account and COPA value Field same for RM and FG.
    May I know the exact reasonu2026.
    Please suggest me in right wayu2026.
    Regards,
    Balaji Bhonsle.

    Hi Balaji bhau
    I guess the issue might be with your Item Category in SD.. Is it set relevant for billing??
    See if the Billing Type has been entered in KE4W and the VF reset for it
    Check in VFX3 if the invoice is lying there for any error.... Try to release the Billing to accounting and you may get the error message
    br, Ajay M

  • CVD & ADC not flowing into MIGO.

    Hai all,
    For the Import purchasing, i did the MIRO to capture the customs & CVD values. But while doing GR, CVD & ADC values are not flowing into MIGO ( it should be shown in BED & AED ) respectively. I have maintained this condition types JCV1 & JADC in Excise default settings also. Is there any notes are available for this error?. Please throw your lights

    Hi,
    Please check J1ID, whether we have maintained material and chapter id combination and cenvat determination. Secondly check the MIRO no. you are entering while doing MIGO. Sometimes it happen, that the miro number entered during MIGO different that of actual MIRO.
    Ishu

  • Gross & Net Weight not flowing into sales order

    Hi all,
    When i am creating a sales order the Gross weight and Net weight is not flowing into the sales document. i have checked the material master it was maintained properly and item category also it is checked.
    if you have any solution please post.
    thanks in advance
    Sri

    Hi,
    The unit you're using into sales order is the same of material master?
    If not, the unit conversion is mantained in material master?
    What kind of material type r you using?
    There are "order quantity"? (sorry for that silly question...)
    I think when double checking those itens probably you will find the solution.
    Regards,
    deme

  • Item line data not flowing into SAP Adobe form layout

    Hello Gurus,
    I am currently working on adobe form layout for a sales document in SAP, i have created a master page
    as well as a couple of pages in the design view. Data at the header level are working properly, but the item data
    are not flowing into the layout, as nothing appears in the print preview for the item level of the sales document.
    I have done all the necessary binding with all the right field names, my subform to the best of my knowledge seems to be well
    defined, but yet to no avail.
      I would like to know what yet could be the reason for this issue and how i can go about fixing it.
    Thank you.
    Ahm.

    Hi Vijai,
    In our project, we have the same requirement but I am one step behind than you. I am able to generate the PDF form but not able to generate the data. Means all the fields are coming as disabled fields.
    Can you please send your code as a sample code so that I can have a look at that and check where I am doing wrong/missing. My id is sandeep.kamdar in gmail
    Thanks & Regards,
    Sandip Kamdar

  • How to upload Sales Orders into B1 from an excel file?

    Hi,
      I'm a new comer. I'm looking for a program of uploading Sales Orders into B1 from an excel file. Where can I find a reference book for it? Or I appreciate if someone could offer a program sample.
      Thanks
      ZAP

    Hello ZAP.
    I do not have such code, but i this link /people/janos.nagy/blog/2010/01/25/exporting--importing-authorization-using-ms-excel-in-sap-b1 you can find an excel example about authorization, and using Single Sign On (SAP B1 must have run with excel)
    The method is similar, you can run any DI API operation from excel.
    Here is an example to add a sales order
    Dim oDoc As SAPbobsCOM.Documents = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oOrders)
            oDoc.CardCode = CUSTOMER_CODE
            oDoc.DocDate = Today
            oDoc.DocDueDate = Today
            oDoc.Lines.SetCurrentLine(0)
            oDoc.Lines.ItemCode = ITEMCODE
            oDoc.Lines.Quantity = QTY
            oDoc.Lines.UnitPrice = PRICE
            If oDoc.Add <> 0 Then
                MsgBox("Error " + oCompany.GetLastErrorDescription())
            Else
                MsgBox("SAles order added")
            End If
    You can repeat the setcurrentline section as many time as lines you have in the SO:
    Regards,
    J.
    Ps: Reference: SDK help and sample programs, which included in every patch.
    Edited by: János Nagy on Feb 10, 2010 9:50 AM

Maybe you are looking for

  • Apple Mobile Device Service has stopped working. Vista SP2, iTunes 10.5

    Hi there. I've been having an issue syncing my iPhone to iTunes. Here's a description of the problem: -With an up-to-date Apple Mobile Device Service, error windows constantly pop-up saying that it has stopped working. If I close the error window, an

  • Need idea on how to implement this - repeating monthly data on day level

    Hi all, i had run into the following thing, this may soung easy, but i'm searching for the best solution: i have a dataset per the stores of the customer, the dataset is an asset count on the end of the specific month. I must not sum the data between

  • Essbase RKM Issue

    All, I have a planning cube PlanAPP and I have done a reverse engineer and created a interface to build dimensions in the planning cube PlannApp. Now I want to load data in the cube using rule file and then run a maxl? So, I am trying to create anoth

  • ORA-00322: log 19 of thread 1 is not current copy

    Hi, On my standby database I am getting this error. I am using Oracle 10g on linux server. why this error occurs? After this the media recovery is going on. Thanks, Kavitha

  • Why has the "date received" has been the same for two years?

    On my mail programme, all email sent and received has used the date I first set up Mail two years ago. Anyone else had this problem? Is it curable?