Latha font not showing some characters correctly

பூ is not displaying as intended in any fonts I use.
In the layer Name it read correctly, but in the view window it renders incorrectly.
I'm using a PC.
Has anyone encountered this issue before? or know how to fix it?

AE does not support full Unicode glyph substitution. Such stuff usually has to be imported as a graphic, if you can't find a way to enforce a correct glyph e.g. with an expression or manual typing in the character code.
Mylenium

Similar Messages

  • NSMutableString getCString misbehaves, does not show some characters

    Hi everyone,
    This is my first time here.
    I have written a small tool for Cocoa / MacOSX 10.5 and I am trying to save a text to a file, but some characters such as # appear as hex 0x0.
    Source: -----
    int len = [results length] * sizeof(char);
    char *buffer = malloc(len);
    [results getCString: buffer maxLength: len-1 encoding: NSWindowsCP1250StringEncoding];
    NSData *dt = [NSData dataWithBytes: buffer length: len];
    [fileManager createFileAtPath: @"/Volumes/MacBackup/results.sh" contents: dt attributes:nil];
    The # and the final 2-3 characters appear as 0x0 in a hex viewer. I have tried almost all encodings, but to no avail. Can anyone tell me how to make it work? Do I have to enter the # directly in the char buffer as ASCII char or am I missing something about the encoder?
    Btw, I am a newb at Mac programming, but I come from a solid Windows programming background, but please don't hold that against me :P.
    Message was edited by: TTDeath
    Message was edited by: TTDeath

    Hi TT, and welcome to the Dev Forum!
    TTDeath wrote:
    I have written a small tool for Cocoa / MacOSX 10.5 and I am trying to save a text to a file, but some characters such as # appear as hex 0x0.
    int len = [results length] * sizeof(char); // <-- need to add one here
    char *buffer = malloc(len);
    The NSString length method doesn't count a terminator; i.e. it's analogous to strlen(), so if you convert an ASCII C string to a NSString object, the return from [results length] will be the same as strlen(source). I'm not sure there wasn't something else going on at your end, since this length error only strips the trailing char from the source string. In any case, the following code should work for you:
    // made from MAC OS X->Command Line Utility->Foundation Tool template
    #import <Foundation/Foundation.h>
    int main (int argc, const char * argv[]) {
    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
    // insert code here...
    NSLog(@"Hello, World!");
    NSString *results = @"A string with # embedded
    int len = [results length] * sizeof(char) + 1; // <--
    char *buffer = malloc(len);
    BOOL bError = [results getCString: buffer
    maxLength: len encoding: NSWindowsCP1250StringEncoding];
    NSLog(@"getCString returns %d", bError);
    NSData *dt = [NSData dataWithBytes: buffer length: len];
    NSLog(@"dt=%@", dt);
    NSFileManager *fileManager = [NSFileManager defaultManager];
    // I don't recommend testing in a system directory -
    // remember to substitute your home dir name here:
    bError = [fileManager createFileAtPath: @"/Users/Ray/results.sh"
    contents: dt attributes:nil];
    NSLog(@"createFileAtPath returns %d", bError);
    [pool drain];
    return 0;
    // [Session started at 2009-12-05 16:47:41 -0800.]
    // 2009-12-05 16:47:41.045 TT[463:10b] Hello, World!
    // 2009-12-05 16:47:41.048 TT[463:10b] getCString returns 1
    // 2009-12-05 16:47:41.049 TT[463:10b] dt=<41207374 72696e67
    // 20776974 68202320 656d6265 64646564 0a00>
    // 2009-12-05 16:47:41.054 TT[463:10b] createFileAtPath returns 1
    // rays-imac:~ Ray$ cat results.sh
    // A string with # embedded
    - Ray

  • Cannot extract the embedded font 'F2'. Some characters may not display or print correctly.

    This question was previously published but no answer has been found.
    Error message is :
    "Cannot extract the embedded font 'F2'. Some characters may not display or print correctly."
    Many pdf documents display this error with Adobe Reader 8.1.0. We have errors for embedded fonts 'F0','F3','F7' and so on.
    It looks like a Adobe Reader bug because :
    - All PDF files can be opened with Acrobat Reader 5.0.5, 6.x and 7.x, can't be opened with 8.1.0 version.
    - the 8.1.1 update removes only the bug for 'F0' error message (issue #1572280).
    The solution :
    - to publish a 8.1.2 update to fix this important bug
    - is there a registry parameter or tool option to disable the checking added in 8.x version of Adobe Reader ? The 8.x version catches more errors to be compliant with Adobe specification but Adobe reader must be
    compliant with all documents generated by third party products.
    This Adobe Reader bug applies to Windows Vista, XP Pro SP2, 2000.
    Thx,
    Regards

    Just to let you know, for anyone else with this problem. I had this problem occur on a MAC when you tried to do save to PDF in excel. This was all happening at the point of generation of the PDF in my case.
    The fix was to delete ALL the microsoft preferences, but perahps only the font cache needed to be deleted.
    I deleted the following areas from the local users userprofile on the mac. On windows, I would probably log in as a differnet user to try to see if the problem just exsists for one particular user.
    Here are the sections I deleted:
    Library/caches/metadata/Microsoft*
    Username/library/preferences/com.microsoft* ( and anyhting with microsoft in it)
    I did leave the entourage settings though.
    hope it helps someone with a similar issue.

  • Cannot extract the embeded font 'KDGXKF+TTF5BC9A0t00'.Some characters may not display or print correctly.

    I am currently using Adobe Reader version 9.1.3. When I open certain files, it displays the following message, "Cannot extract the embeded font 'KDGXKF+TTF5BC9A0t00'.Some characters may not display or print correctly". Some fonts are actually missing and will not display when printing. I have tried updating adobe but the problem still persists. Under file properites, the following font TTF5BC9A0t00 is recognised by Adobe as true type and custom encoding. Anyone has any suggestions for fix??
    Cheers
    RK

    RK7.10.09 wrote:
    Under file properites, the following font TTF5BC9A0t00 is recognised by Adobe as true type and custom encoding. Anyone has any suggestions for fix??
    Cheers
    RK
    BUT, does it say "embedded" or "embedded subset" next to the font name. If not, the font isn't included in the file and if you don't have it, it can't display or print it.
    The file creator will need to embed the fonts properly although "some" fonts don't allow embedding. This could be one of them.

  • Cannot extract the embedded font 'EX_CFF_Arial_Black'. Some characters may not display or print corr

    I have been getting the error....
    Cannot extract the embedded font 'EX_CFF_Arial_Black'. Some characters may not display or print correctly.
    I have tried to look online to figure this out but I have had no luck.  If anyone has any suggestions to fix this I would love to hear them.  Thanks!

    Just to let you know, for anyone else with this problem. I had this problem occur on a MAC when you tried to do save to PDF in excel. This was all happening at the point of generation of the PDF in my case.
    The fix was to delete ALL the microsoft preferences, but perahps only the font cache needed to be deleted.
    I deleted the following areas from the local users userprofile on the mac. On windows, I would probably log in as a differnet user to try to see if the problem just exsists for one particular user.
    Here are the sections I deleted:
    Library/caches/metadata/Microsoft*
    Username/library/preferences/com.microsoft* ( and anyhting with microsoft in it)
    I did leave the entourage settings though.
    hope it helps someone with a similar issue.

  • Fonts not showing correctly only when on my account page on app store

    fonts not showing correctly only when on my account page on app store

    Firstly, make sure that your device is not hidden (left hand pane). If it just reads device then toggle between SHOW and HIDE.
    Secondly, try all the other ports on your computer, even a number of times.
    Thirdly, if you have another computer try plugging your device into it without taking any action, give it a moment, remove it and try it back in your other computer again.
    Failing all that, see here - http://support.apple.com/kb/TS1538 for Windows and http://support.apple.com/kb/TS1591 for Macs
    And failing all that put the device into Recovery mode. See here and note the paragraph 'If you restore from a different computer.... ' down near the bottom of the page -
    http://www.apple.com/support/ipad/assistant/itunes/

  • How to say NSFontPanel to not show some fonts

    I need that my application (osx 10.6.8+) not shows some fonts. I have tried to assign subclass of NSFontManager and NSFontPanel from setFontManagerFactory:/setFontPanelFactory: and override availibleFonts methods but nothing happens. Seems that it's bug in OSX.

    [Edit: For some reason I didn't see Adnan's reply before I posted this]
    You could have a VI set as a dialog for the message box. Store the value of the checkbox in an INI file before the dialog closes. Before showing the dialog read the value from the INI file.
    Attached is an example
    =====================
    LabVIEW 2012
    Attachments:
    dialog.vi ‏22 KB
    test dialog.vi ‏12 KB

  • ME23n , Does not shows the values correctly in print preview

    Hi,
    When viewing a PO using ME23n , it does not shows the values correctly in the print preview.
    For example;
    This is the vendor & its address.  (check attached image img1.jpg)
    ZERANDIB BUSINESS APPLIANCES
    Number-122/A
    PO BOX 41,112,REID AVENUE
    COLOMBO-04
    When displaying the print preview, it shows only some parts of the above address
    Shows only; (check attached image img2.jpg)
    ZERANDIB BUSINESS APPLIANCES
    PO BOX 41,112,REID AVENUE
    These values are getting from a table called LFA1. I have checked that table & in that table all the values exists correctly.
    I have noted issue is with, having only a single word. (If address or name having only a single word, that is without spaces, it will not going to show in the print preview) -
    In the above example, it is not showing Number-122/A and  COLOMBO-04 (Its a single word. No spaces there)
    If its like --> Number - 122/A   &  COLOMBO - 04 ,  then it will display in the print preview correctly (where there are spaces after - mark)
    check img3.jpg
    If its having more than one word, then it will display correctly in the print preview.  As below;
    ZERANDIB BUSINESS APPLIANCES
    Number - 122/A
    PO BOX 41,112,REID AVENUE
    COLOMBO - 04
    If its 2 or more words, it shows correctly.
    If its 1 word, then its not showing!
    Why it is happening like that? Any ideas how to resolve this issue?
    regards.
    zerandib

    It turns out that this problem went away after the program crashed.  Everything seems to be working well now.

  • Fonts not showing up in InDesign CC 64bit

    I find it extremely difficult to believe that Adobe have not found a solution to the issue of installed fonts not showing up in InDesign. If anybody has found a solution that does not include the "rewriting" of font types. Please assist. We specialize in Brand Management, and it becomes extremely challenging when Adobe InDesign does not show up the installed font in order to ensure Brand Management :/

    POSSIBLE SOLUTION
    I'm not sure if this is the cause for anyone else, but I had the same symptoms--almost no fonts showing up in InDesigns Font dropdown options.
    THE SOLUTION:  The new version of ID has two "font filter toggle button". They are the "Apply Favorite Filter", and "Apply Typekit Filter". It seem that in my install, the Typekit filter was on by default, which makes it so that the Font list only displays those fonts that originate from Typekit, as opposed to the thousand you have on your hard drive.
    Click the toggle to turn off the filter and --zowee! All your fonts come right back.
    I hope this helps some of you. It would also explain why people on both Macs and Windows boxes are having this issue.
    Best,
    Lance

  • Fonts not showing up in Flash CS5

    Maybe I'm missing something simple but I just can't get some fonts to appear in Flash cs5  on mac osx. they work fine in Photoshop / Illustrator, but don't appear in Flash.
    Any ideas?

    You may find something useful in one of these links:
    http://forums.adobe.com/message/3238692
    http://jeremy-knight.com/2011/05/certain-fonts-not-showing-up-in-flash/

  • Hindi font not show in Pagemaker

    Hindi font not show in Pagemaker

    Pagemaker has limited font support and will not be able to handle Hindi. There was a middle eastern version back in the day, nut I'm not sure if it supported hindi. Indesign and maybe some 3rd part plugins would be your best bet.
    Jay

  • Itunes can not show chinese characters.

    My Itunes can not show chinese characters, they are all blocks, while I can re-type in the chinese name of the song in Itunes, then it works.
    The same as Japanese, some time it can show Jap, while sometime can not. How can I solve this problem. My computer is Mac system

    Do you have such problem only with Chinese characters?

  • Flash Builder 4.6 code hinter problem - not showing some methods

    Hi All,
    I have a problem with FB code hinter. It does not show some methods on an object.
    To be exact I created a Date object and FB code hinter does not show .toDateString method (actually I it shows only one to string method - .ToString(), although according to docs there are more)
    When I use .toDateString method, code still compiles and work just fine, however method is not showing up in code hinter, which is really annoying..
    Anyone had this problem? If so, please, share some wisdom how to solve this thing.
    Thanks in advance.
    UPDATE:
    Here is some more info in my problem.
    I have tried to reinstall the application, but it did not help.
    So what I did was:
    * first I installed FB standard edition version 4.
    * I checked the code hinter and it worked. It showed .toDateString method.
    * I have purchased FB standard 4.5 upgrade.
    * I installed this upgrade, and boom the code hinter does not show the method...
    * Next I tried to create a project with Flex 4.1 sdk and then it worked - method was there. So the problem is with 4.6 sdk apparently...sucks...

    Hi, I have the same problem. I have a new FB 4.6 installation and it is my first FB installation. Do you have a solution already?

  • Mail app not showing some png and pdf attachments.

    I'm using the iPhone 4s and recently, both mobileme and yahoo email accounts are not showing some png and pdf attachments. I'm seeing the attachment is there, but it doesn't load. Load remote images is turned on in settings. Does anyone have the same problem and a solution/explanation?

    My work email account is an IMAP account.
    I removed my work email account on my home computer this morning to test out this problem on my computer at work. I just sent a test message to my work account from my iPhone. My iPhone, iPad and computer at work still have my work email active on them and all the devices are showing the test message as new and unread. The problem seems to be that when I have my work email activated on my home computer, the messages do not show new and unread on the rest of my devices.

  • In iOS 7.0.2 All and Missed tabs are not showing call history correctly

    In iOS 7.0.2 All and Missed tabs are not showing call history correctly, I have iPhone 4 running iOS 7.0.2 version it looks like there is a bug. Missed call history and All calls (incoming, outgoing and missed) history is not showing properly in a list. Ideally when I click on missed it should show me recent missed call list and when I click on All it should show me (incoming, outgoing and missed) calls list sorted by current date and time.
    I would like to request Apple developer team to look into this and fix this bug asap. Thanks in advance.

    Hello gnutellabrot
    Start with the article below to troubleshoot issues with email not sending and downloading to your iPhone.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

Maybe you are looking for

  • Messages sends message to wrong account despite explicit selection

    All the time I am sending messages to the wrong service for users, even after explicitly selecting to right one. In Messages, I have Google Talk, AIM (for the one person who still uses it, haha), my work Jabber account, and iMessage configured. The p

  • Accidentally deleted a playlist, how do I recover it?

    I think I accidentally deleted a playlist from my iTunes. I searched the trash, could not see it. Where did it go? I thought I deleted a song from my "purchased" area and I noted that the playlist I was adding to disappeared. Can I recover this? Wher

  • Home video: sound but no image....?

    So I took a little 1 min. home video with my handheld digital video recorder, then I imported the video into iPhoto. Dragged the vid from iPhoto to iTunes "movies" in the Library. It's in there, no problem, able to view and listen in iTunes. I set th

  • How is sql query executed in oracle

    Hi, I want to know how is sql executed in oracle engine. Please provide me the link or the document. For eg: SQL>select * from emp; how the execution happens from beginning till end.

  • Why is my voicemail indicator not working?

    The red circle is no longer displayed when I have new voicemails.  Have tried turning cellular data off and on.  Typically I am in WIFI and don't use cellular data.