Odd character sizing issue

I'm having an issue with some odd character sizing (ID cs6). The font I'm using is Avenir Next Condensed Demi Bold (although this issue is happening with other font weights within the same family). The image below shows the problem, the u is slighly larger than the other characters. Sometimes this goes away on-screen depending on how close I zoom in, but the real problem is that it's printing slightly larger too. It's the same paragraph style, and I don't have any character styles applied... any ideas on what is going on here, and more crucially, how to fix this?  Thanks kindly in advance for any help with this.

Does this happen in other applications? How about AI, Word, LibreOffice, that sort of thing. Do you have another computer with Avenir installed you can test the font on?
Mike

Similar Messages

  • Odd character being picked in the URL while logging in to IC Web

    Hi,
    Need some help.
    While logging in to the IC Web application (Z application: ZCRM_IC), as seen in HTTP anlalyzer we find an odd character is
    appended into the URL string. Logging on doesn't cause issues, but the extrenal system scripts monitoring the logon are failing
    due to this character. The odd characteris very well visible under the Redirect URL column in the HTTP Analyzer.
    It appears to me as if the URLs maintained in the SICF transaction for the service ZCRM_IC for the Redirect URL (found under the 'Log on error' tab is somehow responsible for this since I do not see anything in the custom code that is causing this.
    Can anyone please help me on this. IF needed I can send the .xml file that I collected from the HTTP Analyzer for better clarity on this.
    Sauveek Ghosh.

  • How do I avoid sizing issues with a Bevel?

    I am designing a logo for a startup business, and a beveled filter really looks nice for this particular company. The client really likes what I came up with. The problem is the filter seems to cause sizing issues. Enlarging it is creating ugly pixelation. Is there a method for avoiding this, or can I simply not use a bevel?
    Thanks.

    In the preferences check scale strokes and effects

  • Character display issue in French Web index tab

    First of all, I'm working with RoboHelp 8.
    There is a character display issue in the index tab of the web help. (See screenshot below)
    The apostrophe, instead of displaying by itself, it has a backslash just before it: \'
    In the hhk file, I started using the actual apostrophe ('), then replaced it with ' and finally tried '
    (The htm files use utf-8 encoding). None of those options seemed to solve the issue.
    Any help will be appreciated.

    Hi Steve,
    Thanks for a very quick response. The problem is that the Title (name of the image filename is also the item number in Quote) and this is always not null. I am not sure how do I test whether the image is present in $OA_MEDIA directory or not. Does BI Publisher provide a way to find out whether an image filename exists in $OA_MEDIA or not.
    If there is no such standard way provided by BI Publsher, then I guess I will have to write Java function that executes in the middle tier and returns whether file exists with that name in $OA_MEDIA.
    Please let me know your view.
    Thanks

  • Keyboard, power, and character palette issues

    I have a brand new macbook (about 3 weeks old) that came with leopard pre-installed. I am continually having problems with the laptop not recovering from sleep mode and the keyboard will spontaneously stop working periodically. As well, the special character palette does not work - it doesn't come up at all! I tried resetting my PRAM to resolve the power/keyboard issues to no avail, and I have heard that an os reinstall may resolve the character palette issues, but am wary. Has anyone successfully resolved these issues?

    Re the character palette:
    http://discussions.apple.com/thread.jspa?threadID=1257002&tstart=50

  • Sizing Issue

    I'm doing a project for school and having some sizing issues
    with my pages. earlier in the project my partner and I had some
    major issues with style sheets and banner headings, but now
    whenever we preview a page it changes size. We have about 10 pages
    and when you change from page to page the main text area either
    becomes really big, shrinking the other text areas, or becomes
    extremely small letting the other text areas take over. Can anyone
    tell me what we are doing wrong and how to dix this problem?

    Can you post a link to these pages, please?
    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
    ==================
    "luv4dirish" <[email protected]> wrote in
    message
    news:ekhd19$abb$[email protected]..
    > I'm doing a project for school and having some sizing
    issues with my
    > pages.
    > earlier in the project my partner and I had some major
    issues with style
    > sheets
    > and banner headings, but now whenever we preview a page
    it changes size.
    > We
    > have about 10 pages and when you change from page to
    page the main text
    > area
    > either becomes really big, shrinking the other text
    areas, or becomes
    > extremely
    > small letting the other text areas take over. Can anyone
    tell me what we
    > are
    > doing wrong and how to dix this problem?
    >

  • Character encoding issue in sql server

    Hi Team,
    We have a table with more than 20 columns...In that we have some columns which will have data extracted from the Datawareshouse applicances and its one time load.
    The problem is we have two columns which will may have same set of values from some records and for different set of records
    the below values are the example for same set of records but the values are changed while importing into the sql server database..
    2pk Etiquetas Navide‰as 3000-HG                                
     2pk Etiquetas Navideñas 3000-H                           
    Is there anyway to change the first column values into the second column value ? 
    By looking at the data we can say its the code page issue..(Character encoding issue)..but how to convert it?
    Convertting(2pk Etiquetas Navide‰as 3000-HG)  
    to get   2pk Etiquetas Navideñas 3000-H   in the select query?

    Then it seems that you can do the obvious: replace it.
    DECLARE @Sample TABLE ( Payload NVARCHAR(255) );
    INSERT INTO @Sample
    VALUES ( N'2pk Etiquetas Navide‰as 3000-HG' );
    UPDATE @Sample
    SET Payload = REPLACE(Payload, N'‰', N'ñ');
    SELECT S.Payload
    FROM @Sample S;

  • Character encoding issue

    I'm using the below give code to send mail in Trukish language.
    MimeMessage msg = new MimeMessage(session);
    msg.setText(message, "utf-8", "html");
    msg.setFrom(new InternetAddress(from));
    Transport.send(msg);
    But my customer says that he gets sometime unreadable characters in mail. I'm not able to understand how to solve this character encoding issue.
    Should i ask him to change his mail client's character encoding settings?
    If yes which one he should set.

    Send the same characters using a different mailer (e.g., Thunderbird or Outlook).
    If they're received correctly, come the message from that mailer with the message
    from JavaMail. Most likely other mailers are using a Turkish-specific charset instead
    of UTF-8.

  • [svn:fx-trunk] 5367: The changes here are mostly fixing some sizing issues.

    Revision: 5367
    Author: [email protected]
    Date: 2009-03-17 15:26:35 -0700 (Tue, 17 Mar 2009)
    Log Message:
    The changes here are mostly fixing some sizing issues.
    For the FlashContainerPlaceholder, the first child is now MyFlexContentHolder, which extends mx.flash.FlexContentHolder but meets the invariant that it has 1 child and that child is FlexContentHolderThumbnail, which I?\226?\128?\153ve added as a swc to the project. I changed this by accident last time to refer to mx.flash.FlexContentHolder, when it should've referred to a concrete instance created by Flash from a swc. I also added a chrome of 151x151 to match the FlexContentHolderThumbnail since otherwise the container itself would have no chrome at all, and this let?\226?\128?\153s it size correctly.
    Also, for sizing, in a container, rather than sizing to the size of the chrome, I now size to the size of the FlexContentHolder thumbnail that all FlexContentHolder?\226?\128?\153s have. This means in ContainerMovieClip, I don?\226?\128?\153t need to override bounds anymore.
    ContainerMovieClip now implements IVisualElementContainer.
    Also, I fixed a resizing event bug in UIMovieClip where the resize event was getting dispatched more than once.
    QE Notes: -
    Doc Notes: -
    Bugs: SDK-19271, SDK-19788, SDK-19789
    Reviewer: Glenn
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19271
    http://bugs.adobe.com/jira/browse/SDK-19788
    http://bugs.adobe.com/jira/browse/SDK-19789
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/ContainerMovieClip.as
    flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/FlexContentHolder.as
    flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
    flex/sdk/trunk/frameworks/projects/utilities/build.xml
    flex/sdk/trunk/frameworks/projects/utilities/src/FlashComponentPlaceholder.as
    flex/sdk/trunk/frameworks/projects/utilities/src/FlashContainerPlaceholder.as
    Added Paths:
    flex/sdk/trunk/frameworks/projects/utilities/libs/
    flex/sdk/trunk/frameworks/projects/utilities/libs/FlexContentHolderThumbnail.swc
    flex/sdk/trunk/frameworks/projects/utilities/src/MyFlexContentHolder.as

    Hello Everyone,
    We request you all to try your applications with http://labs.adobe.com/technologies/flashplatformruntimes/air3-5/
    Release Notes - http://labsdownload.adobe.com/pub/labs/flashplatformruntimes/shared/air3-5_flashplayer11-5 _releasenotes.pdf
    Please let us know how it goes.
    -Thanks
    Pahup

  • Croping and sizing issues

    I have been using lightroom 4 for about 5 months.  But I am having issues with croping and sizing of pictures.  When I use the crop tool it does not always draw the picture in closer. I do shoot in RAW and not in JPEG.    I was wodering if there is a setting that I am not using or its not avaiable.  Also when I export out of lightroom4 and convert them from RAW to JPEG I have sizing issues depending on what size the customer orders.  I have tried to export them out at certain sizes but its still not correct.  The only way I have found to do it is going into photoshop and sizing them correctly but its very time consumeing .  Any help would be great!!

    You didn't tell us the desired output. All you said "...but its still not correct". What output are you trying to obtain?
    Also, what do you mean "When I use the crop tool it does not always draw the picture in closer"? Normally, you drag a corner (or corners) of the crop rectangle to crop tighter. Are you doing this? Is it not working? Explain.

  • [svn] 2913: Fix SWFLoader sizing issue (SDK-16497) Refactor some classes to try to fix ASDoc build.

    Revision: 2913
    Author: [email protected]
    Date: 2008-08-19 21:55:11 -0700 (Tue, 19 Aug 2008)
    Log Message:
    Fix SWFLoader sizing issue (SDK-16497) Refactor some classes to try to fix ASDoc build.
    Review: DJL
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16497
    Modified Paths:
    flex/sdk/branches/3.0.x/frameworks/projects/airframework/src/mx/managers/WindowedSystemMa nager.as
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/controls/SWFLoader.as
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/managers/ISystemManager.as
    flex/sdk/branches/3.0.x/frameworks/projects/framework/src/mx/managers/SystemManager.as

    Thanks for sharing.

  • Odd String Truncation Issue

    Hello all,
    I am having the strangest problem with a crystal report truncating a text field when reading records from the DB.  Basically, I have a varchar(6) string field in my Oracle database that holds batch numbers for credit card transactions.  The report worked fine until some users started getting into batches numbered higher than 999.  Anytime a 4th character is added (ie, 1004), my report will read the string as '100'.  All of the other fields in the record are being read fine.
    Oddly enough, this only happens on some databases/machines and not others.  For instance, a DB dump of this data to a local machine will work fine and the report reads '1004'.  I have captured the SQL the report is using to obtain records and pasted it in an Oracle client (TOAD) and the record pulls fine with the batch number being '1004'.  The width of the field on the report is long enough to display much more than 4 characters, so that's not the issue.  Anyone seen this type of issue before or have any ideas on how to troubleshoot it?
    We are using Crystal Reports XI R2 to design the report.

    Hi Chuck Reed,
    Can you add that field through Add Command and see all digets are coming in ?
    Go in Datbase expert --Under you datbase connection click on Add Command and write sql like
    Select BatchNumber from Table and link the batchnumber with your table batch number and place command batchnumber in report and check.
    Thanks,
    Sastry

  • New Airport Extreme802.11n &Very Odd Network&Computer Issues

    Hi,
    We Replaced a D-Link DGL4300 802.11G and a Airport Express M9470LL/A with the most current Airport Extreme Base Station 802.11N 2.4Ghz and 5.0Ghz Dual Band and a Airport Express 802.11N (to use with a Shared USB HP1022 Laser Jet Printer. I have contacted Apple Tech Support once regarding setup and mentioned this other ? strange issue(s)
    We have broadband cable that goes to a Motorola SB5101(meets ISP specs) then Ethernet cable
    from Cable Modem to Wan Port on Airport Extreme. We have multiple computers all with wireless capability 1) Imac 800mhz 874 mb ram 802.11bAirport Card 2) eMac 1.0 Ghz 1gb ram Airport Extreme 802.11bWireless Card
    3) eMac 1.25 Ghz 1.0gb ram and a Airport Extreme 802.11bWireless Card* all running OSX Panther 10.3.9 *and each with 802.11B wireless cards 4) Macbook Pro bought Dec 2009 running Snow Leopard 4gb ram and 250gb HDand 802.11n wireless card 5) HP Tower xw4550 running Win XP Pro SP3 4gb ram 500GB HD and a 802.11G wireless card 6) Dell Mini Net Book running Win XP Home SP3 1ghz 1gb ram 150 GB HD and a
    802.11n wireless card.
    At first tried setting up the Airport Extreme with the Dell Mini as it met specs and (as of Yesterday) the Mac Book Pro is with one of our children at college but was able to set up setting up the Airport Utility and Hardware for both Peripheral Devices with the Mac Book Pro.
    Then things got odd. All the computers were online (as well as two wireless "Live" capable gaming systems XBox360 and Sony PS3 , I did not check my eMac until the next day
    and when I woke it from sleep (or started it) I got "You need to restart your computer"
    ? Kernel Panic , I ran Disk Utility, Tech Tool Deluxe, Apple Hardware Test and even Applejack. no change and while permissions were repaired Tech Tool Deluxe and The Apple Hardware Test showed no faults with anything, Tried PRAM. restart etc, then we had the other eMac 1.0ghz which has been unused since the Mac Book Pro arrived as a gift, Plugged it in , started it up, and got online, no black screen, even checked and responded to email, then restarted the (2nd eMac 1.0ghz) and the "You need to restart your computer screen came up!) once seems oh maybe, possibly its crashed, or dying out
    but two side by side, No Way! , so we then isolated electrical outlets, to the extent with a 100 foot extension cord outside on our back breezeway, same thing. We even went and bought a new battery and tried it in both , no change, * Was able to shut off the airport card in safe mode, restarted and it functioned as a normal computer with airport extreme card off
    *same with the 1.0ghz emac airport card off and restart and functions as a computer but no online access. We then moved one close to the Airport Extreme and hooked up by ethernet and changed the settings and Bingo no Kernel Panic Like screen and can get online, tried the other same thing! So currently the two eMacs sit side by side and we bought a long ethernet cord and it works on the table where it originally was,
    I did mention this to the Apple Technician that called from Apple regarding a setup issue (as have 90 days telephone support) and he said *That there have been reports of where there are with a Guest Network (we had one set up and He had us remove it as He asked if we really needed it and I said no AND also with networks with computers with wireless cards 802.11b
    and 802.11g computers on a network with the802.11n computers and a 802.11n Airport Extreme, he could not explain it any further, he suggested a possible 3rd party software incompatibilty : recent download (but have not done any on the 1.25ghz eMac and the 1.0ghz has been shut
    off since Dec 2009. I am baffled , my Wife and I were seriously considering buying a new Imac to replace the 1.25ghz after the Black screen showed up, but when the other one did the same, and did the trouble shooting and then the ethernet connect we saved ourselves a lot of money (t would be nice to have a new Imac but $$ is not there)
    and in the past week now (could be our ISP) our Internet connection has dropped off 4 times usually for 30-45 minutes but Friday 8-20-10 it was over 3 hours (yet our Cable TV came in) I will contact our ISP who handles both the broadband about the outages
    and our cable TV has been fuzzy -grainy at times, I called Them Friday and their were no outages in our area (system wide) Now though (except with Win XP) that is our access to the Airport Extreme and Utility (it blinks orange off and on when the internet is down) the Airport Express has stayed green each time. I will contact Apple also as ?
    is it the Airport Extreme (but its intermittent) channels are set to automatically if thats helpful data rather than set to a specific channel, its fairly rural where we live
    I thought of buying Tiger but saw the extreme prices and I called Apple per a recent Apple Thread they did not have Tiger Retail(nor did I expect then to) but after discussing
    the Emacs they said why pay so much for Tiger (and a lot are used) they said and went over both eMacs specs and I checked in detail online and called them back as it was in a "card hold" and bought Leopard 10.5.6 (as min of 512 ram, DVD drive (have a combo -drive) and a Power PCG4 which both are and I am now getting unused (non System) data off the eMac and backing it up as well and its job will be to be able to access the Airport Utility (Apple OSX Leopard 10.5.6 was $129.00 plus tax free shipping and it arrived yesterday so if settings need changed can do that (with Win XP the Airport Utility
    was so different and after about 4 hours and no progress I stopped and switched to he Laptop the next day!
    Has anyone experienced anything like this, I read up on both peripherals before buying and called as well to the Apple Online Store to make sure we could 1) set it up and 2) all computers specs were met to be able to a)use the network for online use and b)as well as shared printing from any and all computers and they do meet the specifications
    * one last item , my Wife's Imac is also on via Ethernet, It asked for a WEP password and that was not a option in the Airport Utility set up ,only WPA-WPA2 Personal password-Security configuration
    so She is not on wirelessly (though I know She has been as in the past, Her Imac was on a desk in the foyer ) That may have been with the 802.11b Apple Airport white dome and not the D-Link 802.11G router of which we had a lot of configuration issues
    *I could be wrong and will read up on her specs via the Mac Tracker application or online
    Many Thanks, Its so odd I did not want to leave out data etc but its a *long post and I apologize for that, I hope some one can send some light on this. On a positive avoided buying a new computer!
    but makes no sense (at least to us)!
    ambienttales
    Imac 800mhz 874mb ram 17"LCD screen OSX 10.3.9 Airport Card
    eMac1.0ghz 1.0gb ram OSX 10.3.9 802.11b Airport Extreme Card
    eMac 1.25ghz 1.0 gb ram OSX 10.3.9 802.11b Airport Extreme Care
    Mac Book Pro Bought new Dec 2009 4gb ram 250GB HD OSX 10.6.x Snow Leopard 802.11n Wireless Card
    HP xw4550 Tower 4gb ram 500gb HD Win XP Pro SP3 802.11g wireless card
    Dell Mini Net book 1ghz 1GB ram 150GB HD Win XP Home SP3 802.11N wireless care
    HP 1022 Laser Jet Printer for shared network printing
    Airport Extreme 802.11n Dual Band 2.4ghz and 5.0 ghz
    Airport Express 802.11 (to use with HP Laser Jet Printer for shared network printing
    Motorola docsis 2 Surfboard Cable Modem SB5101

    I too have a MacBook Pro (running OS X 10.6.6) and a PowerBook G4 (1.67 GHz, OS X 10.4.11) and an AirPort Extreme 802.11n. I configured the new AirPort Extreme Base Station N last week using the MacBook Pro and the PowerBook can no longer operate with AirPort on (Restart Computer message). A rep at the Genius Bar indicated that WPA2 encryption might interfere with the G4?? He recommended setting up WEP encryption, this is no longer an option using the AirPort setup assistant.
    It would be very helpful to know how this original post was resolved. The G4 SHOULD be able to work with the AirPort Extreme 802.11n in theory, right??

  • Special Character Encoding issue

    Hi all
    Am using OAS9i. i ve deployed a webservice. i submit a payload request data that has some unicode characters like "§". The data is base64binary encoded. The type of the element mentioned in the schema is base64binary. When i retrieve the payload in java implementation code the character is displayed as � in the console. Please advice how to fix this issue. I tried setting JVM option file.encoding=utf-8 it didnt work out.
    Thanks
    Shiny

    When you use an UDF and you have programmed a Sax parser, then make sure, that the parser works with the correct encoding. So when the result of the webservice is  ISO-8859-1, then assign this to the parser.
    In principle the encoding should be part of XML header. Make sure that the encoding of the response is the same as declared in XML header.

  • Oracle 10g db character set issue

    I have a database 10g with database character set western
    european "WE8ISO8859P1" and we are receiving data from source
    database with database character set as "UTF8" during data load
    for one of the tables we receive the following error "ORA-29275:
    partial multibyte character" I understand this might be due to
    the fact western european character set is not a subset/superset
    of UTF8 .Am i right ? What would be the way around this ?

    It is certainly possible that the issue is that your database characterset is a subset of UTF8.
    How are you getting the data? Are we talking about a flat file? A query over a database link? Something else?
    Does the data you're getting contain characters that cannot be represented in the ISO-8859 1 character set? It is quite common to send UTF-8 encoded files even when the underlying data is representable in other 8-bit character sets (like ISO-8859 1).
    What are you trying to do with the data? Are you trying to load it into a CHAR/ VARCHAR2 column? A CLOB? A BLOB? An NCHAR/ NVARCHAR2? Something else?
    Justin

Maybe you are looking for

  • IDOC testing

    Hi all,               After pushing IDOC from my R3 system in SM58 it is giving message: NO Service for system X,client 453 in Integration directory. what could be the problem.. Regards Rao

  • SIlent Monitoring for Supervisor Tools

    Hi all, I do have the issue with Cisco Silent Monitoring for the supervisor, they can't heard the agent voice by using the Superviosr Recorded File tools but managed to heard by access the wave file directly from the Cisco UCCX 7.0? Do anyone have an

  • I cannot authorize my sony e-reader

    I cannot authorize my Sony prs-t1 e-reader through Kobo and adobe

  • Spam Filtering Not Applied to LMTP Channels

    Hello, I've already setup spamassassin filtering at ims-ms channel, but only deliveries from tcp_local channels are being filtered. Messages from other frontend machines delivering to backends using LMTP are not tagged nor filtered. What's wrong with

  • RDS 2012 Certificates help

    Hi all, I am currently implementing a RDS 2012 infrastructure. 1-2 RDS Host servers 1 server which contains the gateway and web access role (sits in the DMZ network) 1 licensing server So I have 4 RDS servers in total. I have a internal and a externa